glob-stream icon indicating copy to clipboard operation
glob-stream copied to clipboard

fix: Do not start and end the stream prematurely (#135)

Open pavelhoral opened this issue 8 months ago • 5 comments

This PR fixes premature start of the glob stream which can lead to closing the resulting Transform stream before it is being properly processed by upstream components. This can lead to very strange race conditions and unfinished pipelines.

pavelhoral avatar Jun 14 '24 07:06 pavelhoral