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
Added support for the .on_background_exception handler to the clients. If set, this handler will be invoked when an exception occurs from non-user-initiated actions (e.g. connection drop)
Fixes
Fixed a compatibility issue with Python 3.10
Timeout of network calls now will result in a OperationTimeout exception rather than a OperationCancelled
Fixed an issue where disconnect notifications were sometimes happening twice for a single disconnection