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
I added enableAutomaticReconnection(5000) but after i get this exception (System.err: tech.gusavila92.websocketclient.exceptions.InvalidServerHandshakeException: Invalid status code. Expected 101, received: 503)
the web socket does not retry to connect after 5000ms
The text was updated successfully, but these errors were encountered:
this client does not try to reconnect if the handshake fails, only after a succesful connection when the internet becomes unstable and the connection is dropped. This is left for a future enhancement
this client does not try to reconnect if the handshake fails, only after a succesful connection when the internet becomes unstable and the connection is dropped. This is left for a future enhancement
any update? if the client connects successfully one time, and then disconnects => reconnects => gets a handshake error it doesnt reconnect again and it can be really annoying if the proxy to the server returns a 502 when the server is down
I added enableAutomaticReconnection(5000) but after i get this exception (System.err: tech.gusavila92.websocketclient.exceptions.InvalidServerHandshakeException: Invalid status code. Expected 101, received: 503)
the web socket does not retry to connect after 5000ms
The text was updated successfully, but these errors were encountered: