mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 18:32:23 +08:00
attempt to fix the ws crash, #3374
This commit is contained in:
parent
0d06d5ccee
commit
128023d34e
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ function init(httpServer, sessionParser) {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
webSocketServer.on('error', error => {
|
||||
// https://github.com/zadam/trilium/issues/3374#issuecomment-1341053765
|
||||
console.log(error);
|
||||
});
|
||||
}
|
||||
|
||||
function sendMessage(client, message) {
|
||||
|
|
Loading…
Reference in a new issue