Archana Neog

Results 2 comments of Archana Neog

> Did you use the same client test code for other TCP server implementation? > > I noticed it might be the problem of your client test code. > >...

[SuperSocket/test/SuperSocket.Tests/PerfTest.cs](https://github.com/kerryjiang/SuperSocket/blob/934acd796c918aad519cb35c64286fc5123fee2a/test/SuperSocket.Tests/PerfTest.cs#L22-L58) This perfTest uses a socket instance to connect to the server. The problem is noticed when using a **TcpClient** to connect to the server. If I use Socket instead...