You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Reorder stream cleanup to prevent unhandled CANCELLED errors
- Cancel stream before removing listeners in stop() so error handler can suppress CANCELLED
- Remove unnecessary stream.cancel() in 'end' handler (stream already closed)
- Add .catch() handlers to all recursive internalRunWorker calls
0 commit comments