glob-stream
glob-stream copied to clipboard
fix: Do not start and end the stream prematurely (#135)
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.