one dead line

This commit is contained in:
rusefillc 2022-10-17 21:21:45 -04:00
parent 69a503a0ee
commit 3016d24a1b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class TcpClientSandbox {
}
{
BinaryProtocol bp = new BinaryProtocol(linkManager, tsStream);
//BinaryProtocol bp = new BinaryProtocol(linkManager, tsStream);
int count = 10000;
long startMs = System.currentTimeMillis();
for (int i = 0; i < count; i++) {