SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Multiplayer at the speed of light

Results 693 SpacetimeDB issues
Sort by recently updated
recently updated
newest added

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...

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...