-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
GODRIVER-1442 attempted to fix this but is subtly wrong. The unwrapConnectionError helper should unwrap driver.Error twice: once to get the underlying ConnectionError, and once to get the underlying net.Error or context error.
- is related to
-
GODRIVER-1613 fix how Pool handles MaxPoolSize
- Closed