-
Type: Task
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
Retract Go Driver v1.6.0-v1.6.1 and v1.7.0-v1.7.1 which are affected by the bug in GODRIVER-2109 using a retract directive in the go.mod file.
Example:
retract ( [v1.6.0, v1.6.1] // Contains data race bug in background connection establishment. [v1.7.0, v1.7.1] // Contains data race bug in background connection establishment. )
- is related to
-
GODRIVER-2109 Race condition in staleness checks if connection has not finished connecting
- Closed