mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
hello server add hash test
This commit is contained in:
parent
f1e3f9d882
commit
173eff8b1d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user