chriskohlhoff / asio

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

Cancellation slot requirements don't include `is_connected()` and `clear()` member functions #1382

Closed ashtum closed 3 months ago

ashtum commented 8 months ago

Cancellation slot requirements don't include is_connected() and clear() member functions, despite the fact that is_connected() is evidently used in several I/O services within Asio itself.

ashtum commented 3 months ago

Addressed in https://github.com/chriskohlhoff/asio/commit/58b29e285e12130f1d97103f347be3166c8bed6c.