Enable SO_REUSEADDR (OSError: [Errno xx] Address already in use) #4355
-
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 : 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.
Answered by
darrachequesne
Apr 28, 2022
Replies: 1 comment 1 reply
-
Hi! It seems you are using the Python client, could you please open an issue there? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
darrachequesne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! It seems you are using the Python client, could you please open an issue there?
Thanks!