Reserved Event Names
caution
The following event names are reserved and must not be used in your application:
connectconnect_errordisconnectdisconnectingnewListenerremoveListener
// BAD, will throw an error
socket.emit("disconnecting");
The following event names are reserved and must not be used in your application:
connectconnect_errordisconnectdisconnectingnewListenerremoveListener// BAD, will throw an error
socket.emit("disconnecting");