SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Criterion benchmarks have been failing since we merged https://github.com/clockworklabs/SpacetimeDB/pull/1305. We thought this would just require removing the `.spacetime` directory used by the benchmarks, but this doesn't seem to have fixed...
On the SDK side, and possibly also on the host side.
Ideally domain names would be compatible with https://datatracker.ietf.org/doc/html/rfc1035 or at least translatable between the two. Most notably: ``` ::= | " " ::= | "." ::= [ [ ] ]...
The expected behavior is that if SpacetimeDB loads an out of date Wasm module, it should shut down that module, and any calls to that module should return an error...
All types of queries should look the same: - Client querying local db - Client querying remote db - Module querying spacetime db - Client subscribing to remote db And...
Clients can lose connection to the server for a variety of reasons. We need to deal with this behavior in client SDKs. Things we may want: - Log in console...
For Rust, & Typescript
Per the 1.0 SQL spec.