AntiPattern
Async IO Resource Starvation
async-io-resource-starvation
Async HTTP operations can stall when retries, open connections, and poor client lifecycle choices (e.g., per-request client creation or blocking progress callbacks) exhaust browser/socket limits, leaving requests queued and sockets held open.