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
As @michelepra said, the test case you provided is not valid. If you indeed think closed events are not dispatched, please do make a proper repro (or a failing test).
About
When a socket is disconnected, the "closed" event isn't emitted
Reproduction
index.js
to a valid endpointyarn start
Expected result
The following events are logged in the console:
connecting
connected
closed
Actual result
The following events are logged in the console:
connecting
connected
(no closed event)
Screenshot
Debug Information
See repro
The text was updated successfully, but these errors were encountered: