Work around.

This commit is contained in:
Qing Wang
2020-10-21 20:24:52 +08:00
parent 5785fe6aa6
commit 7e22d4b402
13 changed files with 347 additions and 119 deletions
+8 -8
View File
@@ -16,8 +16,8 @@ void test_add() {
}
{
auto result = client.call<int>("add", 1, 2);
std::cout << result << std::endl;
// auto result = client.call<int>("add", 1, 2);
// std::cout << result << std::endl;
}
{
@@ -622,12 +622,12 @@ void benchmark_test(){
int main() {
// benchmark_test();
test_sub1();
test_connect();
test_callback();
test_echo();
test_sync_client();
test_async_client();
test_add();
// test_connect();
// test_callback();
// test_echo();
// test_sync_client();
// test_async_client();
//test_threads();
//test_sub();
//test_call_with_timeout();