Asking about how to terminate game session

0

Hi everyone

I'm working on auto-scaling feature in GameLift. I think that it's possible for game session on gameLift not to be terminated even though no one is in the game session like the picture, below.

REMOVEDUPLOAD

I'm just hypothesizing the case. Actually, it's a bug of my dedicated server in the picture.

So is there a way to terminate the game session forcibly in GameLift?

Any help is appreciated.

asked 5 years ago735 views
3 Answers
0

[quote="mskiller2000, post:1, topic:6931"] e in GameLift. I think that it’s possible for game session on gameLift not to be terminated eve [/quote]

Is it working as intended for the game session to continue even if no players are connected. You can either call TerminateGameSession or ProcessEnding after X seconds of no players being connected. https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-interactions.html#gamelift-sdk-interactions-shutdown

answered 5 years ago
0

I missed adding TerminateGameSession() or ProcessEnding after X seconds of no players being connected. I wondered that there was setting for empty game session.

Thank you very much.

answered 5 years ago
0
answered 4 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