Closed pavelbrm closed 6 years ago
Thanks @exordium-frozen for reporting the issue.
We're currently a bit shorthanded because it is the vacation period. We should be able to have a closer look into this in a week or two.
I had a quick look and the race happens when acquiring a new socket, it is checked for liveness outside the socket lock. It looks like we should be able to get a fix out for this shortly.
After further investigation, this is a duplicate of #135. I'm closing this issue in favour of continuing the discussion on #135
Hi there!
Got race condition:
Commit
113d396
. Steps to reproduce:ses.SetMode(mgo.Monotonic, true)
This race is being reproduced in 100% cases.
Running on a system:
go version go1.10.2 darwin/amd64
113d396