forked from domodwyer/mgo
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
I thinks the lock before socket.conn.write cause the problem: https://github.com/globalsign/mgo/blob/master/socket.go#L522
The unlock of this mutx is after the write opreation: https://github.com/globalsign/mgo/blob/master/socket.go#L561
Which caused the socket cannot read while writing.
Metadata
Metadata
Assignees
Labels
No labels