Merge branch 'main' into perf-wasm-analysis

This commit is contained in:
Zixuan Chen 2022-12-14 20:17:35 +08:00
commit 8c24f718e9

View file

@ -113,7 +113,7 @@ impl LoroCore {
.write()
.unwrap()
.hierarchy
.lock()
.try_lock()
.unwrap()
.subscribe_root(observer)
}
@ -123,7 +123,7 @@ impl LoroCore {
.write()
.unwrap()
.hierarchy
.lock()
.try_lock()
.unwrap()
.unsubscribe_root(subscription)
}