How to detect whenever the game is migrating to a new update

What I want to do is that whenever I migrate my game to a new update I want to notify all players before that happens that server is shutting down. how to do so?

1 Like

Your best bet would be to make use of MessagingService just before you hit migrate, running a command in console to send a message to all servers. Each server would need to be ‘subscribed’ to the channel you send the message to, and can then alert all the players in the server of the upcoming update.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.