You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a error number 11 after several packets when transfering large data. The error message is BlockingIOError(11, 'Resource temporarily unavailable').
It seems that errno.EWOULDBLOCK should be considered. My guess is that even the socket is writeable, but it may not be able to send a big chunk of data to remote pair.
The text was updated successfully, but these errors were encountered:
I got a error number 11 after several packets when transfering large data. The error message is
BlockingIOError(11, 'Resource temporarily unavailable')
.shootback/common_func.py
Line 277 in cab462c
It seems that errno.EWOULDBLOCK should be considered. My guess is that even the socket is writeable, but it may not be able to send a big chunk of data to remote pair.
The text was updated successfully, but these errors were encountered: