Created
May 21, 2011 23:04
-
-
Save hidenowt/984981 to your computer and use it in GitHub Desktop.
erro node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.js:391 | |
throw new Error('Socket is not writable'); | |
^ | |
Error: Socket is not writable | |
at Socket._writeOut (net.js:391:11) | |
at Socket.write (net.js:377:17) | |
at EventEmitter.<anonymous> (/Users/herminio/Projects/node/nodejs-fnando/chat-tcp.js:12:12) | |
at EventEmitter.emit (events.js:81:20) | |
at Socket.<anonymous> (/Users/herminio/Projects/node/nodejs-fnando/chat-tcp.js:28:15) | |
at Socket.emit (events.js:64:17) | |
at Socket._onReadable (net.js:672:14) | |
at IOWatcher.onReadable [as callback] (net.js:177:10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment