diff --git a/options.go b/options.go index f995d00e..a1bbe6ca 100644 --- a/options.go +++ b/options.go @@ -163,7 +163,7 @@ func WithRecovery(enabled bool) SubscribeOption { } } -type RecoveryMode int32 +type RecoveryMode uint8 const ( RecoveryModeStream RecoveryMode = 0