Table of Contents

Property MaxReconnectRetry

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

MaxReconnectRetry

Maximum number of reconnect attempts. (default: -1, unlimited)

public int MaxReconnectRetry { get; init; }

Property Value

int

Remarks

Set to -1 for unlimited retries.