Closed tkola closed 8 years ago
When the client has already started, the Send and SendTo functions never return because of the Read inside SendMessageTo. The ACK message from the server is caught instead by the serveServer, not by the Read inside the SendMessageTo.
Ok i see, you're right. I've fixed it. i'll commit along with the BLOCK1 implementation.
When the client has already started, the Send and SendTo functions never return because of the Read inside SendMessageTo. The ACK message from the server is caught instead by the serveServer, not by the Read inside the SendMessageTo.