10 Nov
2012
10 Nov
'12
12:38 a.m.
I started playing with asio server/client model and I run into a problem. I have a thread for the server, another for the client and another for the send/receive message. This results in: write: Socket operation on non-socket as the send thread is not made aware of the socket initialized in the client thread. I'm wondering what is the solution to have the send in a separate thread.