Issue #9854: SocketIO objects now observe the RawIOBase interface in
non-blocking mode: they return None when an operation would block (instead of raising an exception).
Showing
Please register or sign in to comment
non-blocking mode: they return None when an operation would block (instead of raising an exception).