The asio socket was moved in the eventloop thread, no in the server io context thread. Asio doc don't explicitly say moving is thread safe, so it moste likely isn't.
The asio socket was moved in the eventloop thread, no in the server io context thread. Asio doc don't explicitly say moving is thread safe, so it moste likely isn't.