You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oh I just saw in your test file ioctx.createReadStream is already exposed, apologies about that I didn't see it in the README. Would it be possible to expose createWriteStream in the same manner?
hi @1N50MN14,
I added a simple implementation of createWrtiteStream 5bf1a53 .
I think this should be more tested, because the calls are asynchronous and we must be sure that writes are well ordered.
Hi @ksperis thank you very much for making this available in node.js! ;)
Would it be possible for you wrap / expose a node.js style
createReadStream
andcreateWriteStream
aroundio_read()
andio_write()
?This would make it easier to do something like:
bufferStream.pipe(ioctx.createWriteStream('obj-id'))
The text was updated successfully, but these errors were encountered: