|
|
|
|
|
by STRML
4596 days ago
|
|
This is the "insane default" that substack goes on a rant about in the hyperquest README: https://github.com/substack/hyperquest#rant There is a default connection pool of 5 requests.
If you have 5 or more extant http requests, any
additional requests will HANG for NO GOOD REASON.
This one trips up people on #node.js constantly and hopefully will be removed very soon. |
|