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
* Removed the asyncio-only parametrization of the anyio_backend except for test_ws, as `websockets` doesn't support Trio yet
* Try to close async generators explicitly where possible
* Changed nesting order for more predictable closing of async resources
* Refactored `__aenter__` and `__aexit__` in some cases to exit the task group if there's a problem during initialization
* Fixed test failures in client/test_auth.py where an async fixture was used in sync tests
* Fixed subtle bug in `SimpleEventStore` where retrieving the stream ID was timing-dependent
0 commit comments