6 Apr
2017
6 Apr
'17
9:19 p.m.
Christopher Pisz via Boost-users wrote:
The problem I have with this example listing is that it cheats and it cheats big, by making the tcp_connection a shared_ptr, such that it doesn't worry about the lifetime management of each connection.
What's wrong with how connections are managed in the chat_server example? http://think-async.com/Asio/boost_asio_1_10_6/doc/html/boost_asio/example/cp...