About automatic backfill

0

Hello, I am trying to implement automatic backfill mechanism for my game and i have some issues with this. After i search on the forum, i get quite confused as well. So my setup is like that: i have a game session with a max of 4 players. I use flexmatch to place players to game sessions. When the player connects to the server and then disconnects from it, i can see player session status as completed. However, i cannot use this slot anymore, meaning that if 4 players get connected and then disconnected from the game session, for 5th player, gamelift opens a new game session. My initial assumption is automatic backfill handle these completed or terminated player sessions and place new players to these slots. My question is, is automatic backfill do that or i get it wrong? If automatic backfill does not cover this, how can i reuse these slots in a game session?

asked 3 years ago290 views
1 Answer
0

https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-backfill.html

Autobackfill only backfills incompletely filled game sessions. For the use case where players drop out of a game session check the 2nd recommendation in the linked documentation. (Check "Send backfill requests (from a game server)" section)

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