We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reposting this issue that I reported on the forum.
I get all the data from server, I just do not receive the opcode.
socket.on_match_data(Constants.SOCKET_CONNECTION, function(message) print('opcode', message.match_data.op_code) ---> nil print('match_data', json.encode(message.match_data)) end
dispatcher.broadcast_message(opcode, nk.json_encode(data), nil, message.sender)
nothing too much crazy, since I can pass the opcode to the data payload, just reporting because it's how it is on the docs.
The text was updated successfully, but these errors were encountered:
SDK-824 on_match_data does not receive opcode
Sorry, something went wrong.
Hi @ropoko
I am running the latest versions of the Nakama server and the Nakama-Defold client, and I am able to receive the opcode on socket.on_match_data().
Can you log the value of the opcode before broadcasting the message. The opcode may be nil at origin.
No branches or pull requests
reposting this issue that I reported on the forum.
I get all the data from server, I just do not receive the opcode.
nothing too much crazy, since I can pass the opcode to the data payload, just reporting because it's how it is on the docs.
The text was updated successfully, but these errors were encountered: