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.

gefragt vor 5 Jahren749 Aufrufe
3 Antworten
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

beantwortet vor 5 Jahren
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.

beantwortet vor 5 Jahren
0
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen