mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 09:06:27 +00:00
CI: fix connection failures in asio example tests
This commit is contained in:
@@ -225,5 +225,7 @@ extern "C" void app_main(void)
|
||||
servers.emplace_back(io_context, endpoint);
|
||||
}
|
||||
|
||||
std::cout << "ASIO engine is up and running" << std::endl;
|
||||
|
||||
io_context.run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user