We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write(cb)
destroy()
'connect'
See #30839
_writeGeneric waits for 'connect'
_writeGeneric
node/lib/net.js
Line 759 in cf5ce2c
Lines 1106 to 1108 in cf5ce2c
I believe this will fail:
const socket = createSocketBeforeConnect(); socket.write('asd', common.mustCall()); socket.destroy();