[
https://issues.apache.org/jira/browse/THRIFT-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742868#comment-16742868
]
Christoph Herold commented on THRIFT-3586:
------------------------------------------
Actually, the commit you mentioned did NOT fix this issue, since the original
assignment of the value from the constructor to the class' field is still not
performed. It was, however, fixed in v0.10.0 for a duplicate ticket:
https://issues.apache.org/jira/browse/THRIFT-3919
So, this is definitely fixed, but in commitÂ
[https://github.com/apache/thrift/commit/9cf4d98c43b36d876c21a1e46a54bbbb23f96300].
Cheers,
Christoph
> C# TTLSServerSocket does not use clientTimeout parameter
> --------------------------------------------------------
>
> Key: THRIFT-3586
> URL: https://issues.apache.org/jira/browse/THRIFT-3586
> Project: Thrift
> Issue Type: Bug
> Components: C# - Library
> Affects Versions: 0.9.3
> Reporter: Christoph Herold
> Assignee: James E. King III
> Priority: Minor
> Labels: C#, TTLSServerSocket
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> The constructor of the {{TTLSServerSocket}} class has a parameter {{int
> clientTimeout}} and a corresponding field, that is propagated to the internal
> {{TcpClient}}. The field, however, is never set to the value passed in to the
> constructor. The fix is simply to assign the parameter to the field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)