socketio / socket.io-admin-ui

Admin UI for Socket.IO
https://admin.socket.io
MIT License
346 stars 94 forks source link

admin ui completely breaks my application #53

Open MatheusTran opened 2 years ago

MatheusTran commented 2 years ago

when initializing the admin ui, my application is unable to do anything. it can't even do console.log() when a user connects. I am sure the user connects and even the admin ui says that a user has connected. Furthermore, all functions do not work, the app can't seem to broadcast or callback, but the ui does say that the event was received

Also I can't connect to any name spaces when I use the admin ui. I seriously have no idea why any of this happens

darrachequesne commented 1 year ago

Hi! I am not able to reproduce the issue you are describing. Could you please provide a minimal project reproducing this behavior?