Property SocketLockTimeout
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
SocketLockTimeout
Maximum time the socket lock will wait before auto-unlocking after an IDENTIFY payload is sent.
If the gateway does not respond to an IDENTIFY within this duration, the lock is released so that other shards can proceed. Increase this value on very slow connections.
Must be positive. Defaults to 30 seconds.
public TimeSpan SocketLockTimeout { set; }