TcpSharp icon indicating copy to clipboard operation
TcpSharp copied to clipboard

The OnDataReceived event returns incorrect data when there are multiple connections at the same time

Open redskull-git opened this issue 8 months ago • 0 comments

Here is my code

NET 8 Winform TCP Server

server

NET 8 ConsoleApp TCP Client

client

On OnDataReceived event i receive

err

If i use ConsoleApp TCP Server instead Winform it's Ok

redskull-git avatar Jun 08 '24 17:06 redskull-git