This repository was archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Websocket error handling #11
Comments
Can you try using the dev branch? It has experimental reconnection mechanism. |
Yes. I tried the dev branch and got this after a few hours:
Not sure how to capture this exception, I would love to be able to catch any connection errors, I can handle the reconnection myself. Grateful for any pointers. 😄 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My websocket connection towards the signalr endpoint seems to drop every now and then, is there any way to capture this exception and reconnect? My lack of Python-fu is sever.
I'm using the following code:
But the Exception is never triggered? Because everything runs in asyncio in eventloop?
The text was updated successfully, but these errors were encountered: