-
Type: Task
-
Resolution: Gone away
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Change Streams, Cursors
vkarpov15 has created PR #4031: fix(cursor): Avoid triple-emitting close events in node-mongodb-native
What problem are you facing?
When a change stream is running and the mongo deployment is restarted, the close event is emitted three times.
Steps to reproduce?
See PR linked above
User Impact
- Emitting multiple close events goes against the Node.js readable stream documentation
Dependencies
- Driver
Unknowns
- How do we want to go about fixing this issue?
- What other parts of the driver does it affect?
Acceptance Criteria
Implementation Requirements
- TBD
Testing Requirements
- TBD
Documentation Requirements
- TBD
Follow Up Requirements
- TBD