12 Mar
2009
12 Mar
'09
2:21 p.m.
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.