I'm woundering if I'm missing something about how ...
# korge
a
I'm woundering if I'm missing something about how the compression methods work for AsyncStreams. I'm trying to stream read a file like so:
Copy code
val file = localCurrentDirVfs[fdic2Path]
	file.openRead().buffered().uncompressed(GZIP).toAsyncStream().useIt { inStream ->
And lots of methods seem to throw, or not work as expected.