Closed erictheswift closed 1 year ago
Thanks for the PR @erictheswift. I'll release a patch in a bit
https://github.com/dmonad/lib0/actions/runs/3931623661/jobs/6723124025#step:6:105 2.0.59 patch build failed because of temporal test machine slowdown?
I think node made a certain function faster. You don't have to worry about it.
The function is still slower 90% of the time. Eventually, I'll move to the native encoding approach.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
lib0@0.2.52
for the project I'm working on.After I updated to node@18 and jest@28 I found out jest reports some of my tests leak.
I found out that broadcastchannel module keeps BroadcastChannel alive for every room even with zero subscribers.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.