How to debug an exception in a multithread server class
I have a socket class that has a separate thread for recv/send data, and it is able to send/receive data correctly.
I have a socket class that has a separate thread for recv/send data, and it is able to send/receive data correctly.