Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
PROBLEM
Dart TSocket exposes an onError Stream<String>. However, the payload may be either a String or an Error, and should be typed as Stream<Object>.
SOLUTION
Type as Stream<Object>.
Attachments
Issue Links
- is a clone of
-
THRIFT-3468 Dart TSocketTransport onError handler is too restrictive
- Closed