Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move resetting events to setup() instead of _read_events()
previously this was in _read_events because it's a coroutine that will have the correct event loop. however, _read_events actually gets created in a task, which can run *after* the first mux.read call by setup. since setup is now the first async entrypoint in worker and in tests, we can safely move it there Signed-off-by: technillogue <[email protected]>
- Loading branch information