Everytime I send data I lose the connection!
-
Hello, I always lose the connection to a client, when I send data and want to receive data again. I don't know why. :( 1. AcceptEx() 2. ReadFile() <- at this point I received the last data 3. WriteFile() <- I think I lose the connection at this point! 4. ReadFile() 5. WriteFile() 6. ReadFile() . . . ---- What am I doing wrong? ;) I hope you can help me, bond006
-
Hello, I always lose the connection to a client, when I send data and want to receive data again. I don't know why. :( 1. AcceptEx() 2. ReadFile() <- at this point I received the last data 3. WriteFile() <- I think I lose the connection at this point! 4. ReadFile() 5. WriteFile() 6. ReadFile() . . . ---- What am I doing wrong? ;) I hope you can help me, bond006
-
I only develop the server. The client is working well with other servers and it is open source.