globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 230 forks source link

Fix socket race condition #230

Closed eminano closed 6 years ago

eminano commented 6 years ago

Add lock protection when accessing socket dead attribute to prevent race condition. It should fix issue #135.