Closed rouddy closed 10 months ago
This is the default behavior of Dart Stream. I think we should keep it
The behavior you want to achieve can be implemented via an operator
i understand about default behavior of dart stream. but stream offers cancelOnError option. And i think that 'resume' in 'onErrorResumeNext' means resuming next stream after previous stream pauses or stops.
but if i have alternative, i don't want to push ahead with my commit. i will close my pr.
When onErrorResumeNext is used, error do not cancel to listen previous stream.
here's test code
thanx