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
Currently there's some situations when node drops the connections:
Invalid packet
Timeout
I think it should be writen at "keepalive" how long and how often that packet must be sent. Also, if sending other types of messages (like "push", "confirm_ack") will "reset" the timeout counter. Also, if it's mandatory to reply the keepalive.
The text was updated successfully, but these errors were encountered:
I have the same questions and I have not yet found authoritative answers.
I mostly got connections and keepalives to work by trial and error. @clemahieu ?
Currently there's some situations when node drops the connections:
I think it should be writen at "keepalive" how long and how often that packet must be sent. Also, if sending other types of messages (like "push", "confirm_ack") will "reset" the timeout counter. Also, if it's mandatory to reply the keepalive.
The text was updated successfully, but these errors were encountered: