You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/11 23:12:00 UTC

[jira] [Commented] (THRIFT-3587) C# TTLSSocket does not use timeout for opening the socket

    [ https://issues.apache.org/jira/browse/THRIFT-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740868#comment-16740868 ] 

James E. King III commented on THRIFT-3587:
-------------------------------------------

This looks like a valid issue.  Since [~jensg] is looking at some consolidation in this area I am assigning it to him.

> C# TTLSSocket does not use timeout for opening the socket
> ---------------------------------------------------------
>
>                 Key: THRIFT-3587
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3587
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Library
>    Affects Versions: 0.9.3
>            Reporter: Christoph Herold
>            Assignee: Jens Geyer
>            Priority: Minor
>              Labels: C#, TTLSSocket
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The {{TSocket}} class checks for a defined timeout when opening the socket connection and uses a ConnectHelper to perform the {{socket.Open()}} call with the defined timeout. The {{TTLSSocket}} class does not show this behavior. It simply calls {{Open}} without using timeout functionality. The code from {{TSocket}} can probably be reused as is in the {{TTLSSocket}} class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)