clockworklabs / SpacetimeDB

Multiplayer at the speed of light

Home Page:https://spacetimedb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent anyone from the outside from calling on_connect, on_disconnect, init or any other such reducer. These should be called by the lifecycle system only

joshua-spacetime opened this issue · comments

Please also remove the lifecycle functions from the schema returned

All dunder methods will be considered lifecycle methods and invalid ones will be rejected.

Please leave a comment that in the future, lifecycle methods will be flagged in the schema, not based on name.