FallbackProvider unref timers too aggressively #815
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
The FallbackProivder unrefs timers (in node.js) to prevent slower responses from preventing exit. This can cause pre-mature exit.
The timers need to be more carefully managed, by unref-ing any timer still in fight once a result is available, but no sooner.
The text was updated successfully, but these errors were encountered: