Replies: 1 comment 5 replies
-
Do you have a server in this process? Because this error message comes up for servers, not for clients. At least I have never seen it in the context of a client. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am subscribing to a wss feed and often times there is a disconnection from the server.
I want to automatically reconnect to the server so I added the following to my disconnect event :
however when this event is triggered, I get this message :
OSError: [Errno 98] Address already in use
I though I would either enable reuseaddr or kill the connection and start a new one, how does one proceed ?
Beta Was this translation helpful? Give feedback.
All reactions