-
Notifications
You must be signed in to change notification settings - Fork 125
connection time out #29
Comments
Hey @dzhlovegithub and thanks for submitting an Issue!
Thanks! |
Hello @nlsdfnbch, I may have a related problem, when trying to establish a long-running websocket connection. I'm not sure if it is intentional or not, but at the moment it seems that the client does not resubscribe to the same channels it was connected to before a timeout or disconnect happened. No subscribed channel leads to endless reconnects due to timeouts. Is this behavior intended or do you consider an automatic renewal of subscriptions? My problem is that I don't have/know a method to decide the moment I need to resubscribe to channels after a disconnect, without changing your code. |
Hey @8ick and thanks for reaching out! |
@nlsdfnbch Anyway, thanks a lot for your work here. |
It should tell you - in As far as the temporary fix goes, you can try to handle this yourself, but it will require some programming: in |
can you help me with problem of connection timeout, it does not connect to server, and can not get any data except pong message!
The text was updated successfully, but these errors were encountered: