create-torrent
create-torrent copied to clipboard
fix: drop multi-stream
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