Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-224

MongoCursorEnumerator GetMore throws an exception if enumeration is within the scope of a RequestStart

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.1
    • Affects Version/s: 1.0
    • Component/s: None
    • Labels:
      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.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: