-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4723: Monitor simplify eventloop handling r=jenshnielsen a=jenshnielsen This makes use of `asyncio.run` and async context managers to manage the state of the context manager. We use a future + call_soon_threasafe to signal that the loop should exit as recommended by the websockets docs Note that this also fixes a deprecation warning from asyncio - [x] Verify that this still works with the min supported version - [x] Test manually against gui May close #4712 Co-authored-by: Jens H. Nielsen <[email protected]>
- Loading branch information
Showing
1 changed file
with
35 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters