create-torrent icon indicating copy to clipboard operation
create-torrent copied to clipboard

fix: drop multi-stream

Open ThaUnknown opened this issue 2 years ago • 0 comments

Requires https://github.com/webtorrent/create-torrent/pull/173 first! What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please explain:

What changes did you make? (Give an overview) Replaced multistream with join-async-iterator. I didn't go for KayleePop's PR because this exact functionality will be needed in other packages which also use multistream. Which issue (if any) does this pull request address? https://github.com/webtorrent/create-torrent/pull/115 https://github.com/webtorrent/webtorrent/issues/1971

ThaUnknown avatar Jul 04 '22 14:07 ThaUnknown