new engine

Former-commit-id: 4718ebf7b53b3ad523bf9318a26d3389ce0c311b
pull/191/head
starlord 2019-07-07 20:21:38 +08:00
parent 8edaff9517
commit 57ec2e5669
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ main(int argc, char *argv[]) {
}
ClientTest test;
test.Test("", port);
test.Test(address, port);
printf("Client stop...\n");
return 0;