Skip to content

Proper error handling, remove `call`

Compare
Choose a tag to compare
@brianegan brianegan released this 25 Jun 19:45
· 380 commits to master since this release
  • Remove call operator / StreamTransformer entirely. Please use do / DoStreamTransformer.
  • Important bug fix: Errors thrown within any Stream or Operator will now be properly sent to the StreamSubscription.
  • Improve overall handling of errors throughout the library to ensure they're handled correctly