Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to call match creation in run_once #1178

Open
JCtapuk opened this issue Feb 24, 2024 · 1 comment
Open

Allow to call match creation in run_once #1178

JCtapuk opened this issue Feb 24, 2024 · 1 comment

Comments

@JCtapuk
Copy link

JCtapuk commented Feb 24, 2024

During the call to run_once I create a match to pre-register but it freezes and the program crashes.
Example code lua

local nk = require("nakama")

nk.run_once(function()
  nk.match_create('test')
end)

If you know any alternative ways, I will be glad.

Copy link

linear bot commented Feb 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant