-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -314,6 +314,10 @@ private async Task<NatsJSConsumer> RecreateConsumer(string consumer, ulong seq, | |
catch (NatsJSApiNoResponseException) | ||
{ | ||
} | ||
catch (NatsJSApiException apiException) when (apiException.Error.Code == 503) | ||
{ | ||
} | ||
|
||
Check warning on line 320 in src/NATS.Client.JetStream/NatsJSOrderedConsumer.cs
|
||
|
||
if (i == _opts.MaxResetAttempts) | ||
{ | ||
|