How to change the timeout threshold for PlayerSession?

0

Hi. As the title said, is there any method for changing the threshold of PlayerSession Timeout?

Currently, it seems that the value is fixed to 60 seconds and it is too short for my project.

Official documentation said: TIMEDOUT -- A player session request was received, but the player did not connect and/or was not validated within the timeout limit (60 seconds).

Any ideas are welcome. Thanks.

asked 5 years ago223 views
5 Answers
0

I believe this is a fixed value of 60s.

" If no response is received within 60 seconds of the client app's original CreatePlayerSession() call, changes the PlayerSession status to TIMEDOUT and reopens the player slot in the game session."

https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-interactions.html

Can you describe your use case where you need more than a minute between CreatePlayerSessiom and AcceptPlayerSession?

answered 5 years ago
0

Hi. In my case, I used FlexMatch and Unity engine and test on both Editor and actual devices. But the editor has something additional overhead (for debugging, profiling and so on) and sometimes it takes more than 1 minutes. Also the communication time between my servers (lobby, game, session) and client add additional delay time. So 1 minutes is quite close to the limit and just increase to 3 min is sufficient to me.

answered 5 years ago
0

Hi. I have a similar problem with the 60 seconds threshold.

Our game starts the match with a lot of players 25-50 and the server can't process all incoming connections in 60 seconds. Is it possible to increase the timeout threshold? How should we proceed with that many player connections? We are using unreal engine.

answered 3 years ago
0

Let me ping the GameLift service team on this to see if theres been an update

Public documentation still shows a fixed value: https://docs.aws.amazon.com/cli/latest/reference/gamelift/create-player-session.html

answered 3 years ago
0

Currently the threshold is fixed to 60 seconds but we have opened a feature request for making it adjustable.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions