Unreservation flow
Documentation for Unreservation flow
阅读时间1 分钟最后更新于 7 个月前
Similarly to deallocations, Clanforge must know when a game server that's using the reservation model is no longer in use to return that server back to the available pool. The following steps outline the unreservation process.

- The game session finishes.
- The game server calls the Unreserve API endpoint to unreserve itself.
- Clanforge's reservation processor looks up the calling game server, then adds it back to the available server pool. This is done to help with scaling decisions rather than to prevent it from being allocated twice.