Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
PROBLEM
Dart TSocketTransport listens to the TSocket.onError stream. It was incorrectly expecting a String, when the stream's type is Object.
SOLUTION
Accept an Object, to match the stream.
Attachments
Issue Links
- is cloned by
-
THRIFT-3520 Dart TSocket onError stream should be typed as Object
- Closed