mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Integrate keepalives into websocket resources
This commit is contained in:
@@ -72,8 +72,9 @@
|
||||
} else {
|
||||
console.log('Unknown websocket message', request.path);
|
||||
}
|
||||
}, {
|
||||
keepalive: { path: '/v1/keepalive' }
|
||||
});
|
||||
new KeepAlive(wsr, { disconnect: false });
|
||||
});
|
||||
}).then(function() {
|
||||
return generateKeys(100, progressCallback);
|
||||
|
||||
Reference in New Issue
Block a user