You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get current loop within the extended signal handler:
- This had some side effects when running `pytest` since they have
their own signal handler. If persistent connection provider tests
were run along with any other tests, the disconnect task would
interfere with the other handler.
- If we get the current loop from within the extended signal handler,
we can avoid issues like the one above.
0 commit comments