12 Mar
2009
12 Mar
'09
2:23 p.m.
OK, thanks, but how am I supposed to close a thread which has a blocking receive in it? Igor R wrote:
After shutdown I ALWAYS get system:107 error code - which means "Transport endpoint is not connected".
Does anybody have any idea why I'm receiving such an error? Needless to say, the receive is working great - and I get the packets from the port I'm listening to.
I don't know why you get this error, but socket object is not threadsafe, so you shouldn't access it from different threads without synchronization. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users