mofirouz on master
Set limit when fetching leaderb… (compare)
mofirouz on master
Further increase Jest timeout. (compare)
mofirouz on master
Increase matchmaker tests timeo… (compare)
mofirouz on master
Fix sending two requests on API… (compare)
mofirouz on master
Setup hash strategy for console… (compare)
mofirouz on master
Update install-docker-quickstar… (compare)
mofirouz on master
Update unity-client-guide.md (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 :)
I find Start/join cluster¶
Nakama Enterprise Only
The following commands are used with Nakama Enterprise. The enterprise version offers multi-server scale out for realtime chat, multiplayer, presence events, notifications, streams, and session management. You can start a cluster locally on your development machine with an enterprise license. The Managed Cloud service we offer already runs our enterprise version.