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
as far as I saw, there is no way to specify a timeout, we are using this gem: websocket-client-simple which inside use TCPSocket for the connection[1], that class doesn't seem to have a timeout option[2].
Suppose I somehow supply a bad host to the WS-client
then the connect will hang for around a minute.
I am not sure though if it is possible to specify a shorter timeout for the connection setup.
The text was updated successfully, but these errors were encountered: