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
Since the read is blocking a client would need to know if there is actually something to read in many situations.
Without these traits implemented the useability of the blocking API is currently quite limited.
The text was updated successfully, but these errors were encountered:
bjoernQ
changed the title
Blocking API need to implement ReadReady / WriteReady
Blocking socket API need to implement ReadReady / WriteReadyMar 25, 2024
Since the
read
is blocking a client would need to know if there is actually something to read in many situations.Without these traits implemented the useability of the blocking API is currently quite limited.
The text was updated successfully, but these errors were encountered: