Hi, CkSocket::ckClose() seems to always take 10 seconds to complete. The other side of the socket reports that the connection has been closed in less than a second and I have the timeout value set to 9999999. Any ideas? |
The CkSocket::ckClose method takes 1 argument, which is an integer specifying the max wait time for a clean close in milliseconds. You should be able to pass a small value to it, to close without waiting. Hi Chilkat, Will ckClose not return on its own the moment the clean close is complete? Note that I did set the timeout to 9999999. Is it clamping this to 10000?
(Feb 13 '17 at 13:02)
seanc
|