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
Version: v10.15.1 but affects master branch, v12 and so on
Platform: W7
Subsystem: HTTP server
Here HTTP server adds a .on wrapper to a socket. But no other listener methods are wrapped so if we call socket.addListener() or socket.prependListener() we'll get other results than if we called socket.on().