Proper error handling, remove `call`
- Remove
call
operator /StreamTransformer
entirely. Please usedo
/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