I have observed that when writing a lot of data very quickly to a stream spawned with this package, it cuts off the data at the end.
Specifically, I'm spawning gzip as a child process, writing to the SpawnStream instance directly, and also pipeing the output to disk via an fs.createWriteStream().
I have observed that when writing a lot of data very quickly to a stream spawned with this package, it cuts off the data at the end.
Specifically, I'm spawning
gzipas a child process, writing to theSpawnStreaminstance directly, and alsopipeing the output to disk via anfs.createWriteStream().