We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a96700 commit 965ed5aCopy full SHA for 965ed5a
src/server.js
@@ -114,7 +114,9 @@ const initServer = async () => {
114
cors: cors,
115
path: '/notes.io',
116
serveClient: false,
117
- transports: ['websocket']
+ transports: ['websocket'],
118
+ pingInterval: 5000,
119
+ pingTimeout: 3000
120
})
121
const notepadio = ioIns.of('/notepads')
122
const screenio = ioIns.of('/screens')
0 commit comments