CI: fix connection failures in asio example tests

This commit is contained in:
Chen Yudong
2021-05-25 15:02:47 +08:00
parent bdbfdcdf5c
commit 61fd08e5ef
6 changed files with 9 additions and 0 deletions

View File

@@ -226,5 +226,7 @@ extern "C" void app_main()
servers.emplace_back(io_context, endpoint);
}
std::cout << "ASIO engine is up and running" << std::endl;
io_context.run();
}