clockworklabs / com.clockworklabs.spacetimedbsdk

The SpacetimeDB SDK for C# clients
https://spacetimedb.com
Apache License 2.0
6 stars 0 forks source link

Allow users to subscribe to identity_connected, identity_disconnected and CLI SQL events #102

Open jdetter opened 4 months ago

jdetter commented 4 months ago

We currently don't support allowing clients to subscribe to the connect/disconnect reducers and we also don't support allowing clients to subscribe to arbitrary CLI SQL events (like running spacetime sql <module> "INSERT INTO <table-name> <values>"). We should implement callbacks for these events.

We started suppressing these errors in this PR: https://github.com/clockworklabs/SpacetimeDB/pull/1461

See implementation notes pointed out by Phoebe: https://github.com/orgs/clockworklabs/projects/22/views/16?filterQuery=priority%3AP1+builtin&pane=issue&itemId=67001837