-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.5.7
-
Component/s: None
-
None
-
Empty show more show less
Calling `changeStream.next` when a change stream is resuming (`changeStream.attemptingResume == true`) currently returns the error `Change Stream is not open.`
The expected behavior is for `changeStream.next` to wait to resolve until the resume attempt has completed.