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 was archived by the owner on Apr 22, 2023. It is now read-only.
Looking at the implementation for the Transform stream, I noticed that any async callback usage in a _flush() implementation will cause the finish event to be emitted before the data has been flushed.
As far as I can tell this behavior breaks the API regarding the finish event. Ie. some data might not have been flushed yet.
The text was updated successfully, but these errors were encountered:
Looking at the implementation for the
Transform
stream, I noticed that any async callback usage in a_flush()
implementation will cause thefinish
event to be emitted before the data has been flushed.As far as I can tell this behavior breaks the API regarding the
finish
event. Ie. some data might not have been flushed yet.The text was updated successfully, but these errors were encountered: