Good day!
I wonder, why there is no debug.traceback
support in nakama. Is there a way to enable it?
I would like to wrap some match logic into
status, err, ret = xpcall (function() return match_cmd_handler_func() end, debug.traceback)
So that I return error to client, print traceback, and do not get the connection closed and match stopped. It would really help in development and debug.