You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[BREAKING] Major overhaul of the generated code and how it interacts with the Nakama APIs.
Socket creation and socket events have been moved to nakama/socket.lua. This includes sending events and adding socket event listeners.
Removed message creation functions in favor of including all message arguments in the functions sending the messages.
Added message functions to the client and socket instances. Compare nakama.do_foo(client, ...) and client.do_foo(...). The old approach of passing the client or socket instance as the first argument still exists to help with backwards compatibility.