socketio / socket.io-admin-ui

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

Feature Request: Add option to "uninstrument" from the io server #63

Open Planeshifter opened 1 year ago

Planeshifter commented 1 year ago

Is there a way to "uninstrument" the socket.io server instance to avoid any kind of performance overhead after one has disconnected from the admin dashboard?

If not, it would be nice if there was an uninstrument method exported from the package that would allow to unregister all the event handlers that the package is attaching to the io instance.

darrachequesne commented 1 year ago

No, it's not possible currently, but that sounds like an interesting feature :+1:

Planeshifter commented 1 year ago

Thanks for the quick response and confirmation that it's currently not possible!