Revert "Added polling transport to socket io"
This reverts commit 9c91507eb3
.
This commit is contained in:
parent
9c91507eb3
commit
e98116c290
@ -58,7 +58,7 @@ class Session extends EventEmitter {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.socket = io(process.env.REACT_APP_BROKER_URL, {
|
this.socket = io(process.env.REACT_APP_BROKER_URL, {
|
||||||
transports: ["polling", "websocket"],
|
transports: ["websocket"],
|
||||||
});
|
});
|
||||||
|
|
||||||
this.socket.on(
|
this.socket.on(
|
||||||
|
Loading…
Reference in New Issue
Block a user