bittorrent-protocol icon indicating copy to clipboard operation
bittorrent-protocol copied to clipboard

fix: migrate to streamx

Open ThaUnknown opened this issue 2 years ago • 0 comments

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.

ThaUnknown avatar Jul 04 '22 16:07 ThaUnknown