Hi everyone!
I modified BT Point To Point Example so that the server class can also send a message to the client. I just created a function where the server sends a data through the socket it accepted. It worked, however, the server can send a message only once. On the second sending, the server program exits and the client program gets an error in Status. Can anyone tell me what is causing this problem? I have tried debugging it but i really can't figure out the problem.
Thanks in advance!