[
https://issues.apache.org/jira/browse/THRIFT-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15085851#comment-15085851
]
ASF GitHub Bot commented on THRIFT-3520:
----------------------------------------
Github user stevenosborne-wf commented on the pull request:
https://github.com/apache/thrift/pull/770#issuecomment-169392638
+1
> Dart TSocket onError stream should be typed as Object
> -----------------------------------------------------
>
> Key: THRIFT-3520
> URL: https://issues.apache.org/jira/browse/THRIFT-3520
> Project: Thrift
> Issue Type: Bug
> Components: Dart - Library
> Reporter: Mark Erickson
> Assignee: Mark Erickson
> Fix For: 1.0
>
>
> 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>.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)