boostorg / beast

HTTP and WebSocket built on Boost.Asio in C++11
http://www.boost.org/libs/beast
Boost Software License 1.0
4.35k stars 634 forks source link

http-crawl example hangs #1078

Open vinniefalco opened 6 years ago

vinniefalco commented 6 years ago

The http-crawl example visits thousands of websites using a pool of threads each with their own io_context, but some of the sessions hang and the program doesn't terminate.

vinniefalco commented 6 years ago

This is very likely related: https://github.com/boostorg/beast/issues/1100

stale[bot] commented 6 years ago

This issue has been open for a while with no activity, has it been resolved?

vinniefalco commented 6 years ago

Not resolved.