khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.02k stars 37 forks source link

wasm client issues on main #302

Closed ecton closed 1 year ago

ecton commented 1 year ago

The wasm client on the main branch has two issues:

After disabling the timeout code in wasm and changing the subprotocol to something different, the wasm client works again.

I want to look into when I last changed the subprotocol to determine if 0.4 had the same subprotocol, or maybe it didn't use the subprotocol yet.