mirror of https://github.com/milvus-io/milvus.git
parent
8edaff9517
commit
57ec2e5669
|
@ -51,7 +51,7 @@ main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
ClientTest test;
|
||||
test.Test("", port);
|
||||
test.Test(address, port);
|
||||
|
||||
printf("Client stop...\n");
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue