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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
How to properly end an ongoing files stream from files.get ? I already tried end() and destroy() but when looking at the bitswap module. I can still see blocks in the wantlist and blocks being received. So I also tried using _bitswap.unwant(cids) and even went a little deeper and tried ipfs._bitswap.wm.cancelWants(cids) but blocks keep on coming.
So What's the proper way to end the file(s) stream.??