mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 04:52:18 +02:00
CI: fix connection failures in asio example tests
* Original commit: espressif/esp-idf@b3b71bc8ab
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