fix(ui): disable OG web server socket connection

This commit is contained in:
psychedelicious 2023-03-26 13:31:56 +11:00
parent d86588ec76
commit 4f99b005b1

View File

@ -29,6 +29,8 @@ export const socketioMiddleware = () => {
path: `${window.location.pathname}socket.io`,
});
socketio.disconnect();
let areListenersSet = false;
const middleware: Middleware = (store) => (next) => (action) => {