SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
In the module bindings libraries, feature-flag the procedure methods behind our unstable feature for the initial release.
Design and implement a way to call procedures and await their results from the SpacetimeDB CLI. Note that procedures live at a different HTTP route than reducers (`/database/:name/procedure/:name` vs `/database/:name/call/:name`),...
We currently have syntax in Rust for marking procedures as scheduled, but the host can't actually invoke them. Fix up the host's scheduler infrastructure so that scheduling a procedure results...
Resolves #3652 # Description of Changes Update docs nginx configuration to better support `spacetime logs --follow` when self hosting configured to use ssl. # API and ABI breaking changes None...
If you try to use `spacetime logs --follow` with a server that is configured for https, the nginx configuration provided (and then subsequently modified by certbot if you enable SSL...
I'm getting these two warning logs in Unity 6.2 (6000.2.10f1) with SpacetimeDB SDK 1.7.0 (21684636cbcf30f31352bdd0a1dd8d951f7cd8bc): ``` A meta data file (.meta) exists but its asset 'Packages/com.clockworklabs.spacetimedbsdk/LICENSE.txt' can't be found. When...
#### DESCRIPTION --- When building a C# server module using a namespace for the Module the return value for any defined Views will be mangled in the FFI.cs. #### EXAMPLE...
RFC 6455, Section 5.4 describes message fragmentation, and we can do that with tungstenite. It does seem to help getting control messages (ping, pong, close) through without head-of-line blocking. #...
When a public `Internal Tests` job is cancelled, cancel the corresponding private job as well. # TODO - Split the job into a part that kicks off the workflow, and...