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.

已提问 5 年前749 查看次数
3 回答
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

已回答 5 年前
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.

已回答 5 年前
0
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则