Joao
❔ Problem with Sockets
I'm working with Socket in C#, and sometimes, I need to send messages in sequence, but it's happening that when I send messages in sequence, the messages join in only 1, plus that if I put a delay of 100ms between the messages. Why does it happen? Buffer supports message size as it is small.
https://pastebin.com/cV6HAk18
5 replies