ArdxWe
ArdxWe
https://github.com/yixuaz/CMU-15445/blob/bf4740989a7d2e75a8c5cb6fee8f584478c4b8ce/project2B/b_plus_tree.cpp#L285
```sh $ valgrind -q --leak-check=full ./tcp-client Connected to the server successfully. Message from the Server: OK! 123 Message from the Server: OK! 123 Message from the Server: OK! 123 Message...
https://github.com/eminfedar/async-sockets-cpp/blob/a17b3e157fba5d97f57c7b42f2d3e72de24d4a10/async-sockets/include/tcpserver.hpp#L67 For listen thread, we are reading it, but in the main thread, we may close it and write to it. Maybe we should use mutex or atomic bool instead.