D
Diego F.
Hello.
I'm writing an application that manages sockets and has a message protocol.
I connect to another machine and I have to send and receive certain
messages.
I need the possibility to restart the communication. I tried with a simple
socket.close method and trying to connect again as the first time, but the
connection is refused.
Is it possible to do that?
I'm writing an application that manages sockets and has a message protocol.
I connect to another machine and I have to send and receive certain
messages.
I need the possibility to restart the communication. I tried with a simple
socket.close method and trying to connect again as the first time, but the
connection is refused.
Is it possible to do that?