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
Check interval between ping messages more often (interval / 10).
This is to prevent some configurations that may cause timeouts
and connection close. For example, when timeout and interval are
set to very close values and there was data message recived right
after connection is established.
Use one heartbeat interval in shared mode, add test.
Close#255
console.warn(`Heartbeat timed out, closing connection, last message received ${timeNow-lastMessageReceivedAt}ms ago, last ping sent ${timeNow-lastPingSentAt}ms ago`);
0 commit comments