-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.0.5
-
Component/s: Server Discovery and Monitoring
-
None
We use a timer during server selection and we create a new one each time we do server selection. Since we never stop these timers, they are never properly shutdown and components of them cannot be garbage collected. Tt fix this, add a defer to stop the timer after we create it.
- is related to
-
GODRIVER-431 Memory leak in InsertMany?
- Closed