Phoebe Goldman

Results 129 comments of Phoebe Goldman

> > In both cases, the database was inaccessible after the panic. > > That sounds wrong, it should come up again (lazily). Will investigate… Disregard. It does in fact...

More specifically: - It is a weird non-SQL fragment. - We have to decide where it is and isn't valid: can I `spacetime sql my-module 'SELECT * FROM *'` from...

Outstanding TODOs: - [ ] C# SDK. - [ ] Unity package of C# SDK. - [ ] Typescript SDK. - [ ] Tests of above. - [ ] Minor...

> Additional question: how do we negotiate protocol version now? I believe protobuf transparently supports changing schemas for the most part by making everything optional, but I don't think bsatn...

Should we update the WebSocket text/JSON protocol to use the new schema, or maintain the existing JSON schema? I would prefer the former, but that raises the barrier to merging...

Update: I have removed the old JSON message schema in favor of using the new message schema for both the binary and text protocols.

> > we should seriously consider an st_connected_clients system table > > I'm not opposed to this, but it will be a breaking change. If that's ok, or we're willing...

Huh, I guess Linux is better at scheduling than I gave it credit for. It does seem reasonable to me that: - Our workload when running a single performance-intensive game...