fix(ui): disable OG web server socket connection

This commit is contained in:
psychedelicious
2023-03-26 13:31:56 +11:00
parent 13de5edd70
commit c38a712c0b

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) => {