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
readable.read(size) returns null if size bytes are not immediately available. But it may be that the readable event is raised for every new once subscription even if no new bytes are available, so long as some bytes haven't been read yet.
The text was updated successfully, but these errors were encountered:
readable.read(size)
returns null ifsize
bytes are not immediately available. But it may be that thereadable
event is raised for every newonce
subscription even if no new bytes are available, so long as some bytes haven't been read yet.The text was updated successfully, but these errors were encountered: