Property IdleTimeout
IdleTimeout
Maximum amount of time allowed between any two subsequent messages before automatically unsubscribing.
public TimeSpan? IdleTimeout { get; init; }
Property Value
Remarks
If not set, all published messages will be received until explicitly unsubscribed or disposed.