asio
asio copied to clipboard
Crash on DestroyCoro$3 when using /Ob2 and /Od
file: throttling_proxy.cpp build : vs2022,Release,x86,WinSDK10.0.22621.0,C++ latest asio:1.30.2
see https://github.com/kahotv/crush_destroy_coro_3.git
crash when using /Ob2 and /Od Will not crash when using /Ob2 and /O2
- run ProxyServer.exe(examples\cpp20\coroutines\echo_server.cpp)
- run ConnectClient.exe