BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
362 stars 108 forks source link

Receber mensagem como cliente #73

Open ThiagoLabM opened 3 years ago

ThiagoLabM commented 3 years ago

Hello how are you? I'm using SimpleTCP to send messages to a device that is not a computer. It responds to a port that the SimpleTCP packet creates. The problem is that when I use Client_DataReceived some messages appear that a machine sends, but not others. How can I identify with the Client_DataReceived that I am receiving a message? or detect this action? I use Wirehark and I can see that I am getting responses. If you can help I'm already very grateful.