nats-io / nats.net.v1

The official C# Client for NATS
Apache License 2.0
646 stars 151 forks source link

Expose pending limits in the Options #844

Closed LaurensVergote closed 11 months ago

LaurensVergote commented 11 months ago

Had a use case where I wanted to configure these on a connection-based level and noticed these options were not exposed yet. In theory, Options.SubChannelLength can be obsoleted now, but might want to keep it for backwards compatibility

LaurensVergote commented 11 months ago

Consider an obsolete attribute on the old property if it now unused. I think the move from int32 to int64 is fine, but would be helped by that note.

Marked as obsolete