ReconnectConfig constructor
ReconnectConfig({})
Implementation
ReconnectConfig({
required this.mode,
this.interval = const Duration(seconds: 2),
this.maxAttempts = 5,
this.reconnectHeader,
this.onReconnect,
this.maxBackoff = const Duration(seconds: 30),
this.connectionTimeout,
});