A
alberto.poz
In my architecture I have a server component and some clients that
keep an open connection to the server. If I stop the server all the
clients recive a SocketException: connection reset when they're
waiting for a read on the socket and that's good for my purpose.
The problem arises when I try to run the server on linux: the clients
never receive SocketException: connection reset
Does it depend on any options?
keep an open connection to the server. If I stop the server all the
clients recive a SocketException: connection reset when they're
waiting for a read on the socket and that's good for my purpose.
The problem arises when I try to run the server on linux: the clients
never receive SocketException: connection reset
Does it depend on any options?