Revert "Added polling transport to socket io"

This reverts commit 9c91507eb3.
This commit is contained in:
Nicola Thouliss 2020-11-22 10:47:28 +11:00
parent 9c91507eb3
commit e98116c290

View File

@ -58,7 +58,7 @@ class Session extends EventEmitter {
constructor() {
super();
this.socket = io(process.env.REACT_APP_BROKER_URL, {
transports: ["polling", "websocket"],
transports: ["websocket"],
});
this.socket.on(