G
Guest
I am trying to determine the best way to terminate a synchronous socket
receive. Since you cannot specify a timeout value you have to wait until an
execption is thrown.
I have tried using a timer and then shutting down and closing the socket but
it does takes several seconds to return.
Any ideas would be appriecated.
receive. Since you cannot specify a timeout value you have to wait until an
execption is thrown.
I have tried using a timer and then shutting down and closing the socket but
it does takes several seconds to return.
Any ideas would be appriecated.