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
Occasionally there is a use case where the code would like to receive all the data it can without waiting. The memory object stream has the receive_nowait() method for this purpose. I figured this could be easily added to socket streams too.
Occasionally there is a use case where the code would like to receive all the data it can without waiting. The memory object stream has the
receive_nowait()method for this purpose. I figured this could be easily added to socket streams too.