Handling OnServerConnectionFailed

Options
escjosh
edited February 2012 in Photon Server
What situations can cause OnServerConnectionFailed to be called? Is it only if the initial connection fails, or will it also be called if a normal connection fails for some reason (implying that ServerPeerBase.OnDisconnect is also called)?

When OnServerConnectionFailed is called, do I need to do anything specific, e.g. dispose of the peer for that connection?

Thanks again.