mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Update consumers of WebsocketResources
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
}
|
||||
};
|
||||
|
||||
this.wsr = new WebSocketResource(this.socket, this.handleRequest.bind(this), {
|
||||
this.wsr = new WebSocketResource(this.socket, {
|
||||
handleRequest: this.handleRequest.bind(this),
|
||||
keepalive: { path: '/v1/keepalive', disconnect: true }
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user