mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 20:42:21 +02:00
CI: fix connection failures in asio example tests
* Original commit: espressif/esp-idf@b3b71bc8ab
This commit is contained in:
@ -102,5 +102,7 @@ extern "C" void app_main(void)
|
||||
|
||||
server s(io_context, std::atoi(CONFIG_EXAMPLE_PORT));
|
||||
|
||||
std::cout << "ASIO engine is up and running" << std::endl;
|
||||
|
||||
io_context.run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user