Move to websocket only connections

This commit is contained in:
Mitchell McCaffrey 2021-10-22 11:14:30 +11:00
parent e9b60b2d7a
commit a9b824e88a

View File

@ -36,6 +36,7 @@ class Session extends EventEmitter {
socket = io(process.env.REACT_APP_BROKER_URL!, {
withCredentials: true,
parser: msgParser,
transports: ["websocket"],
});
/**