clockworklabs / com.clockworklabs.spacetimedbsdk

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

Switch to variadic params for Subscribe queries #100

Closed RReverser closed 2 months ago

RReverser commented 5 months ago

Description of Changes

Accept variadic params or array of queries instead of a List<string>.

This is a breaking change, but it should be a slight improvement for the majority of cases with statically defined queries.

API

If the API is breaking, please state below what will break

Requires SpacetimeDB PRs

List any PRs here that are required for this SDK change to work

RReverser commented 2 months ago

No longer necessary with the new subscription API.