socket.io-admin-ui
socket.io-admin-ui copied to clipboard
Feature Request: Add option to "uninstrument" from the io server
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.