Update Session.js

This commit is contained in:
Mitchell McCaffrey 2020-11-27 19:20:57 +11:00
parent 208911cde2
commit dc46fceb4c

View File

@ -82,6 +82,7 @@ class Session extends EventEmitter {
this.socket = io(process.env.REACT_APP_BROKER_URL, {
// transports: ["websocket"],
withCredentials: true,
});
this.socket.on(