Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently go TSocket only contains single timeout for connection timeout and read/write timeout. Meanwhile in java TSocket contains connectTimeout_ and socketTimeout_ for connection timeout and read/write timeout.
In the real production environment, we do need different timeout for connection timeout and read/write timeout, so I created this Jira to improve this.