mirror of https://github.com/axmolengine/axmol.git
fix compile issue
This commit is contained in:
parent
a350f4be88
commit
1b33d88416
|
@ -96,7 +96,7 @@ void yasioTest()
|
|||
if (--max_request_count > 0)
|
||||
{
|
||||
udpconn_delay.expires_from_now(std::chrono::seconds(1));
|
||||
udpconn_delay.async_wait([&](bool) { service.open(0, YCM_SSL_CLIENT); });
|
||||
udpconn_delay.async_wait([&]() { service.open(0, YCM_SSL_CLIENT); });
|
||||
}
|
||||
else
|
||||
service.stop_service();
|
||||
|
|
Loading…
Reference in New Issue