Table of Contents

Property HeartbeatZombieThreshold

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

HeartbeatZombieThreshold

Number of consecutive missed heartbeat ACKs before the connection is declared a zombie.

When the threshold is exceeded after guild download has completed, the client will trigger a Zombied event and force a reconnect. During guild download the event fires as a warning only.

Defaults to 5.

public int HeartbeatZombieThreshold { set; }

Property Value

int