mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Stop keepalive when socket closes
// FREEBIE
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
});
|
||||
},
|
||||
close: function() {
|
||||
this.socket.close();
|
||||
this.wsr.close();
|
||||
delete this.listeners;
|
||||
},
|
||||
onopen: function() {
|
||||
|
||||
Reference in New Issue
Block a user