-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.0
-
Component/s: None
-
None
MongoCursorEnumerator GetMore is getting the connection directly from the server instance so when the call is within a scope of a RequestStart and then throws an exception in ReleaseConnection because the connection is not the same one being held by the request. GetMore should get its connection from the server, not from the server instance.