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 have a question about the correctness of ping. Should we wait until keep alive expires? Most likely the server will disconnect the client and we will not be able to ping().
Maybe the condition should be something like (now - _lastPingTx) >= (_keepAliveInterval * 0.9f)?
Hi,
I have a question about the correctness of ping. Should we wait until keep alive expires? Most likely the server will disconnect the client and we will not be able to
ping()
.Maybe the condition should be something like
(now - _lastPingTx) >= (_keepAliveInterval * 0.9f)
?I ask because we have encountered a situation where a broker disconnects a client.
The text was updated successfully, but these errors were encountered: