[
https://issues.apache.org/jira/browse/THRIFT-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036697#comment-15036697
]
Hudson commented on THRIFT-3468:
--------------------------------
SUCCESS: Integrated in Thrift #1754 (See
[https://builds.apache.org/job/Thrift/1754/])
THRIFT-3468 Dart TSocketTransport onError handler is too restrictive (jensg:
rev dd89dce84b73ca671c8e0b3cf597f1888e2a75dc)
* .gitignore
* lib/dart/lib/src/transport/t_socket_transport.dart
> Dart TSocketTransport onError handler is too restrictive
> --------------------------------------------------------
>
> Key: THRIFT-3468
> URL: https://issues.apache.org/jira/browse/THRIFT-3468
> Project: Thrift
> Issue Type: Bug
> Components: Dart - Library
> Reporter: Mark Erickson
> Assignee: Mark Erickson
> Fix For: 1.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)