burakoner / TcpSharp

Faster TCP Server and Client tools using low-level implementations
MIT License
15 stars 4 forks source link

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

Open redskull-git opened 3 months ago

redskull-git commented 3 months ago

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