removed comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { addUser, removeUser } from "../state/connection.js";
|
||||
|
||||
const HEARTBEAT_INTERVAL = 30000; // 30 seconds
|
||||
const HEARTBEAT_TIMEOUT = 10000; // 10 seconds
|
||||
const HEARTBEAT_INTERVAL = 30000;
|
||||
const HEARTBEAT_TIMEOUT = 10000;
|
||||
|
||||
export const handleConnectionEvents = (io, socket) => {
|
||||
let heartbeatInterval;
|
||||
|
||||
Reference in New Issue
Block a user