- Notifications
You must be signed in to change notification settings - Fork186
Upgrade lastest websockets and Exceptions overhaul#543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Upgrade lastest websockets and Exceptions overhaul#543
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Using new websockets asyncio implementation
Now the reconnecting session will reconnect as soon as it detectsthat the connection failed.Better log messages
codecovbot commentedMar 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #543 +/- ##========================================= Coverage 100.00% 100.00% ========================================= Files 38 38 Lines 2908 2856 -52 =========================================- Hits 2908 2856 -52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
886a6b8
intographql-python:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
websockets
dependency.websockets
to >=14.2TransportConnectionFailed
instead ofTransportClosed
for exceptions which were due to the connection failing or closing. UsingTransportClosed
only for a closing of the transport initiated by the user.