You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theio
instance.The text was updated successfully, but these errors were encountered: