I've written a simple class to manage P2P socket connections. However,
whenever I try to receive data, the socket raises an exception with the
error message (11, 'Resource temporarily unavailable').
My code's fairly straight-forward, with much of it right out of the
Python docs, so I'm not sure what I'm doing wrong. You can see it all at
Any help is immensely appreciated.
Thanks,
Chris
whenever I try to receive data, the socket raises an exception with the
error message (11, 'Resource temporarily unavailable').
My code's fairly straight-forward, with much of it right out of the
Python docs, so I'm not sure what I'm doing wrong. You can see it all at
Any help is immensely appreciated.
Thanks,
Chris
Comment