C
Claire
I'm trying to debug my network application ie I want to check my error
handling when the connection is broken.
Im using 127.0.0.1 as the connection address.
Unfortunately, the client socket goes into a CLOSE_WAIT state ad infinitum
and never closes fully until my client and server applications shut down.
Ive disabled lingeroptions.
Is there anything else easy that i can do to force the loopback to close
immediately?
thanks
handling when the connection is broken.
Im using 127.0.0.1 as the connection address.
Unfortunately, the client socket goes into a CLOSE_WAIT state ad infinitum
and never closes fully until my client and server applications shut down.
Ive disabled lingeroptions.
Is there anything else easy that i can do to force the loopback to close
immediately?
thanks