Map<String, dynamic> getStats() => { 'pendingAcks': _pending.length, 'timeoutMs': timeout.inMilliseconds, 'maxRetries': maxRetries, };