hello server add hash test

This commit is contained in:
ruanshudong 2020-10-16 11:25:12 +08:00
parent f1e3f9d882
commit 173eff8b1d

View File

@ -25,8 +25,8 @@ using namespace TestApp;
Communicator* _comm;
//static string helloObj = "TestApp.HelloServer.HelloObj@tcp -h 127.0.0.1 -p 8999";
static string helloObj = "TestApp.HelloServer.HelloObj@tcp -h 192.168.7.152 -p 8199:tcp -h 192.168.7.152 -p 8299 -t 10000";
static string helloObj = "TestApp.HelloServer.HelloObj@tcp -h 127.0.0.1 -p 8999";
//static string helloObj = "TestApp.HelloServer.HelloObj@tcp -h 127.0.0.1 -p 8199:tcp -h 127.0.0.1 -p 8299 -t 10000";
struct Param
{