clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

websocket: send/receive reducer & table ids instead of names (take 2) #1940

Open Centril opened 2 weeks ago

Centril commented 2 weeks ago

Description of Changes

Receive and send reducer ids and table ids as opposed to names in the SDK.

Alternative to https://github.com/clockworklabs/SpacetimeDB/pull/1883 which is more efficient, but also uses indices internally rather than strings, making the diff larger.

API and ABI breaking changes

Yes.