chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.97k stars 1.22k forks source link

Async resolve: Exception: {}thread: Operation not supported [system:95] #1551

Open abhilashraju opened 3 weeks ago

abhilashraju commented 3 weeks ago

Async resolve throws operation not supported error in BOOST_ASIO_DISABLE_THREADS mode. See here

Is this expected? Should we always use synchronous version in no thread mode?