Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseCheck whether the current instance is disconnected from the cluster network.
Disconnected instance will not terminate itself but instead it will continue running detached from the network. Client node is consider disconnected when it fail to receive any signal within a timeout period. Master node is consider disconnected when it fail to recerve any signal from any single client within a timeout period. Master node will consider itself disconnect even only one client node is lost but others still alive.