rex xiang
Results
1
issues of
rex xiang
The following code will reproduce the bug. ``` var endpoint = new IPEndPoint(IPAddress.Loopback, 6002); using (var client = new TcpClient()) { client.ProtocolFactory = WebSocketClientFactory.Default; client.Open(endpoint); var dataLength = 4096; var...