bittorrent-protocol
bittorrent-protocol copied to clipboard
fix: migrate to streamx
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain:
What changes did you make? (Give an overview) Migrated to streamx. Which issue (if any) does this pull request address? https://github.com/webtorrent/webtorrent/issues/1971 Is there anything you'd like reviewers to focus on? Tests fail, and I'm not sure why, I don't know if its my fault, or if its something with the tests. Streamx defers many actions onto the next microtask, which is why some synchronous actions might fail.