mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
chat history, better turn queue updates
This commit is contained in:
@@ -3,6 +3,9 @@ const { httpServer } = require('./http');
|
||||
|
||||
const io = new SocketIOServer(httpServer, {
|
||||
cors: { origin: '*' },
|
||||
transports: ['websocket', 'polling'],
|
||||
pingInterval: 5000,
|
||||
pingTimeout: 7000,
|
||||
});
|
||||
|
||||
// Allow more service listeners without warnings.
|
||||
|
||||
Reference in New Issue
Block a user