jazz
jazz copied to clipboard
`readBlobFromBinaryStream` seems to resolve early for larger blobs
When using readBlobFromBinaryStream
with allowUnfinished: false
the blobs often resolve as null
after restarting (mostly for larger blobs) and after running it a second time it resolves successfully
The 55kb always works first try. PDF's over 60kb never work first try
I'm pretty sure this is a bug