Skip to content

BlockingIOError(11, 'Resource temporarily unavailable') #20

@TerrenceSun

Description

@TerrenceSun

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

except Exception as e:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions