socket.io-chat-fargate icon indicating copy to clipboard operation
socket.io-chat-fargate copied to clipboard

8 background service

Open mtomsu opened this issue 5 years ago • 0 comments

To address Issue #6 in services/client/server.js:

var io = require('socket.io')(server, {
  pingInterval: config.HEARTBEAT_INTERVAL,
  pingTimeout: config.HEARTBEAT_TIMEOUT
});

mtomsu avatar Sep 23 '18 23:09 mtomsu