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