HeartbeatConfig constructor
const
HeartbeatConfig({})
Implementation
const HeartbeatConfig({
this.interval = const Duration(seconds: 30),
this.timeout = const Duration(seconds: 10),
this.maxMissedBeats = 3,
this.autoReconnect = true,
this.maxReconnectAttempts = 5,
this.reconnectDelay = const Duration(seconds: 5),
});