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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
PagedBufferedTextWriter works in two modes: in sync, it accumulates text in char buffers. In async it writes directly to the underlying stream. However it does not flush any of the buffered contents prior to doing this. All of it's async calls should flush buffered content prior to writing to the underlying writer.
The text was updated successfully, but these errors were encountered:
pranavkm
changed the title
PagedBufferedTextWriter does not flush synchronous data prior to writing data return asynchronously to the underlying stream
PagedBufferedTextWriter does not flush synchronous data prior to writing data asynchronously to the underlying stream
Sep 8, 2016
PagedBufferedTextWriter works in two modes: in sync, it accumulates text in char buffers. In async it writes directly to the underlying stream. However it does not flush any of the buffered contents prior to doing this. All of it's async calls should flush buffered content prior to writing to the underlying writer.
The text was updated successfully, but these errors were encountered: