more logging stuff
This commit is contained in:
@@ -3,6 +3,7 @@ import { io } from "socket.io-client";
|
||||
// Connect to your Socket.io server
|
||||
const socket = io(`${window.location.host}`, {
|
||||
path: "/lst/api/socket.io",
|
||||
withCredentials: true,
|
||||
// autoConnect: false, // connect manually
|
||||
// reconnection: true,
|
||||
// reconnectionAttempts: 5,
|
||||
|
||||
Reference in New Issue
Block a user