Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.6.1, 0.7, 0.8, 0.9
-
None
-
Patch Available
Description
TSSLTransportFactory has method
public static TServerSocket getServerSocket(int port, int clientTimeout)
there is parameter clientTimeout that need to close idle client connections (after clientTimeout amount of millis of client inactivity server closes opened connection themself, not waiting while client called close() method). This parameter work fine when create TServerSocket through new, but not working at all when creating TServerSocket through TSSLTransportFactory.getServerSocket