We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Activity