Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return from waiting actions when a pool is closed
Detect when a pool is closed while waiting for a connection to become available and return an error. Otherwise the action gets stuck waiting for a connection that won't appear and will only return when its context's deadline is hit.
- Loading branch information