Move to websocket only connections
This commit is contained in:
parent
e9b60b2d7a
commit
a9b824e88a
@ -36,6 +36,7 @@ class Session extends EventEmitter {
|
|||||||
socket = io(process.env.REACT_APP_BROKER_URL!, {
|
socket = io(process.env.REACT_APP_BROKER_URL!, {
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
parser: msgParser,
|
parser: msgParser,
|
||||||
|
transports: ["websocket"],
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user