Skip to content

Instantly share code, notes, and snippets.

@kessler
Created August 11, 2013 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kessler/6206812 to your computer and use it in GitHub Desktop.
Save kessler/6206812 to your computer and use it in GitHub Desktop.
Recursive process.nextTick detected
node.js:375
throw new Error(msg);
^
Error: (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
at maxTickWarn (node.js:375:15)
at process._nextDomainTick (node.js:498:9)
at emitReadable (_stream_readable.js:400:13)
at readableAddChunk (_stream_readable.js:165:9)
at EncryptedStream.Readable.push (_stream_readable.js:127:10)
at EncryptedStream.read [as _read] (tls.js:510:10)
at EncryptedStream.Readable.read (_stream_readable.js:320:10)
at flow (_stream_readable.js:579:52)
at Socket.<anonymous> (_stream_readable.js:563:7)
at Socket.EventEmitter.emit (events.js:117:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment