shootback icon indicating copy to clipboard operation
shootback copied to clipboard

BlockingIOError(11, 'Resource temporarily unavailable')

Open TerrenceSun opened this issue 1 year ago • 1 comments

I got a error number 11 after several packets when transfering large data. The error message is BlockingIOError(11, 'Resource temporarily unavailable').

https://github.com/aploium/shootback/blob/cab462c4eb5c8ae4faf5d34f296052cef7cdeddd/common_func.py#L277

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.

TerrenceSun avatar Apr 17 '23 04:04 TerrenceSun

您好,您的邮件我已收到。

yumumu1988 avatar Apr 17 '23 04:04 yumumu1988