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
Hi!
I had an issue with some recursive calls of third party lib.
The log message looks like this:
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
RangeError: Maximum call stack size exceeded
When i have changed nextTick with setImmediate in your Vow code,
it starts fail silently =)
The text was updated successfully, but these errors were encountered:
Hi!
I had an issue with some recursive calls of third party lib.
The log message looks like this:
When i have changed nextTick with setImmediate in your Vow code,
it starts fail silently =)
The text was updated successfully, but these errors were encountered: