mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Reset keepalive timer if we're about to send
No sense in sending more keepalives than necessary.
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
};
|
||||
|
||||
function send(msg) {
|
||||
resetKeepAliveTimer();
|
||||
socket.send(msg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user