Reset keepalive timer if we're about to send
No sense in sending more keepalives than necessary.
This commit is contained in:
@@ -15950,6 +15950,7 @@ window.axolotl.sessions = {
|
||||
};
|
||||
|
||||
function send(msg) {
|
||||
resetKeepAliveTimer();
|
||||
socket.send(msg);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user