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
The ListOutputStream API doesn't have any way of being notified of partial data being written, or consuming said data. It's only possible to consume the entire contents() at once, and the user is only notified that this is available once the stream has been closed.