-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.3.0
-
Component/s: None
-
None
The ChangeStream iterator's rewind() method does not appear to resume if it encounters a resumable error. It likely needs to adopt the logic found in next().
Additionally, rewind() should capture the resume token by calling extractResumeToken(). This ensures we can resume from the initial change document (provided we rewound) if there is an error on the very first call to next().
- is related to
-
PHPLIB-276 Change stream support
- Closed