zyro on master
Build with Go 1.15.7 release. (compare)
sesposito on spe-fix-js-hook-invocation
Minor js runtime fixes | upgrad… (compare)
mofirouz on master
Setup context when using Basic … (compare)
lugehorsam on v2.1.0
lugehorsam on master
lugehorsam on master
update nakama protos update grpc gateway proto files update changelog and 3 more (compare)
After reconnecting client
check on unity Update function if socket disconnect then connect
and call these functions
connect socket()
joinMatchAgain()
getMatch state()
Problem what i get
client didn't connect socket again send messges etc, until they get message/hit clientClosed listener
when they recived then its send message.
@brad9mm Please use the forums. I would also appreciate complete coherent sentences so I can be sure of the issue you are facing.
The issue you are facing is a logic bug in your own code. We don’t have those functions in the client library. Please use the debug outputs and step through your own code.
Hi, I attempt to read storage collection during an authoritive match by calling a module which checks something and than read storage like: (lua)
local object_ids = {
{collection = "COLLECTION_NAME", key = "KEY_VALUE", user_id = user_id}
}
local objects = nk.storage_read(object_ids)
But 'objects' is empty. the exact same code works during a 'run_once' on a player register hook.
What's the issue? Thank you :)