-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Dart - Library
-
Labels:None
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>.
- is a clone of
-
THRIFT-3468 Dart TSocketTransport onError handler is too restrictive
-
- Closed
-