How to send reconnecting when server shutdown?

Hi
I wanted to know how can i setup a callback which will startclient reconnecting if server get shutdown?

you need to add your reconnection login inside OnClientDisconnect and/or OnServerDisconnect.
make sure you know first if it’s a voluntary logout, or the server itself who went down

1 Like