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
In many places in the documentation (example: 'socket' event), socket is not necessarily a net.Socket, but always a stream.Duplex (which net.Socket inherits from). We should at least mention that if we don't want to replace all references.
In many places in the documentation (example:
'socket'event),socketis not necessarily anet.Socket, but always astream.Duplex(whichnet.Socketinherits from). We should at least mention that if we don't want to replace all references.