Async-Socket
Async-Socket copied to clipboard
Asynchronous socket class implemented in C++ for Linux systems.
Results
1
Async-Socket issues
Sort by
recently updated
recently updated
newest added
You are pushing into clientsVector on the server accept side and erasing in another thread/s. Non of this methods are thread-safe. Thanks a lot for your work!