process: remove max tick check for domains
maxTickDepth checks have been removed for domains and replaced with a flag that checks if the last callback threw. If it did then execution of the remaining tickQueue is deferred to the spinner. This is to prevent domains from entering a continuous loop when an error callback also throws an error.
parent
0761c902
Please register or sign in to comment