chriskohlhoff / asio

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

reset timer_thread_ in shutdown #1252

Closed matbech closed 1 year ago

matbech commented 1 year ago

Resets timer_thread in shutdown for the case when shutdown is called more than once. Fixes https://github.com/chriskohlhoff/asio/issues/1251

vinipsmaker commented 1 year ago

Landed in master: https://github.com/chriskohlhoff/asio/commit/6c78f32fad8471cfd504657516076d56702660d3

Please close the PR.

matbech commented 1 year ago

Thank you.