Update Session.js
This commit is contained in:
parent
208911cde2
commit
dc46fceb4c
@ -82,6 +82,7 @@ class Session extends EventEmitter {
|
||||
|
||||
this.socket = io(process.env.REACT_APP_BROKER_URL, {
|
||||
// transports: ["websocket"],
|
||||
withCredentials: true,
|
||||
});
|
||||
|
||||
this.socket.on(
|
||||
|
Loading…
Reference in New Issue
Block a user