mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
WebSocketResource exposes socket.close()
Allows for simplification of the keepalive construct.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
console.log('Unknown websocket message', request.path);
|
||||
}
|
||||
});
|
||||
new KeepAlive(wsr, socket);
|
||||
new KeepAlive(wsr);
|
||||
});
|
||||
}).then(function() {
|
||||
return generateKeys(100, progressCallback);
|
||||
|
||||
Reference in New Issue
Block a user