[Feature Request] Shutdown GameSessions from Backend

0

Why can we not terminate a GameSession from the GameLift backend?

Testing while setting up the GameLift features can sometimes mean that GameSessions do not shutdown from alone.

GameSession costs easily pass the two digit barrier in a single day - even when just idling with no players.

A feature to shutdown a GameSession is needed for developers, to help avoid costs which are not necessarily considered usual costs associated with GameLift.

What developers want and some consider a basic feature, is a free GameLift testing environment.

已提问 2 年前227 查看次数
1 回答
0

I believe the only ways to terminate a game session from the GameLift side is to either scale down the instances in the fleet (although this wont work if you have game session protection on in your fleet), remote connect into the instance and terminate the server process hosting the game session there, or have the server invoke the ProcessEnding method from the server SDK. I do agree that there should be an easier/targeted way to terminate a specific game session/server process from the GameLift side.

已回答 2 年前

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

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

回答问题的准则