SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
At a bare minimum, support: ```rust query!(|x: X| x.option_field.is_some()) query!(|x: X| x.option_field.is_none()) query!(|x: X| x.result_field.is_ok()) query!(|x: X| x.result_field.is_err()) ```
### zeke investigation results so far - BitCraft has started handling this error better - The Unity SDK is just passing along the `WebSocketException`, which is not a type we...
Specifically for implementing `iter` we would like to use the to be created `page_iter` ABI function `page_iter_by_col_eq` and `page_iter_by_col_range` are nice to haves
John: Unclear what this means. Do we want to be able to do effectively `spacetime identity set-email` from the client, to enable token recovery? If so, why - I wouldn't...
We want it to be reasonable for small-scale users to self-host SpacetimeDB-standalone in production, but we haven't really done the work of determining what's necessary to get there. Notably, someone...