Skip to content

Do not call onAcceptError when closing server

  • async_accept will fail when m_acceptor is closed
    • Expected behavior so do not call onAcceptError

Using m_acceptor.is_open does not work as the onAcceptError callback is invoked before close is finished and is_open reports still true

Merge request reports