LiveOrDevTrying / Tcp.NET

Tcp.NET provides an easy-to-use and customizable Tcp Server and Tcp Client. The server is created using a TcpListener. The server and client can be used for non-SSL or SSL connections and authentication (including client and server ssl certification validation) is provided for identifying the clients connected to your server. Both client and server are created in .NET Standard and use async await functionality.
Apache License 2.0
42 stars 10 forks source link

Nuget Tcp.NET (6.0.40) - can't receive last packet #3

Closed dorianmk closed 1 year ago

dorianmk commented 2 years ago

UnitTest1.txt

When I send one packet I receive one packet - so far so good. However when I send two packets I receive only one packet, when I send three packets I receive only two packets etc. I tried to listen for error events but there weren't any.

LiveOrDevTrying commented 1 year ago

Hello! Thank you for your comment and for posting the test. The code for Tcp.NET has been updated, and now this test succeed. Please give it a try. Thank you for using Tcp.NET and please reach out if you run into any other problems or have any concerns or suggestions. Thanks!