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
When using RetryAgent, Node exits while there are pending retries in flight.
Reproducible By
I've been playing around in a brand new node project with only unidici installed and trying to run the following script. This is mostly copy/pasted from the docs - I don't think I'm doing anything unorthodox here.
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
It's not obvious to me what's wrong, or I would have sent one already! From skimming the RetryAgent code I can't tell why Node would decide the task queue is empty.
Bug Description
When using RetryAgent, Node exits while there are pending retries in flight.
Reproducible By
I've been playing around in a brand new node project with only
unidici
installed and trying to run the following script. This is mostly copy/pasted from the docs - I don't think I'm doing anything unorthodox here.Expected Behavior
I'd expect to get either an HTTP response or a retry error.
Logs & Screenshots
Additional context
The text was updated successfully, but these errors were encountered: