Changing socket.io heartbeat interval and timeout
Solved
Technical Support
-
@Genteure I think you can do it with a plugin. In the init hook, you should be able to
var io = require.main.require('./src/socket.io').server; io.set('option', 'value');
Copyright © 2024 NodeBB | Contributors