nats-io / stan.net

The official NATS .NET C# Streaming Client
Apache License 2.0
137 stars 41 forks source link

Issue 146 #161

Closed danielwertheim closed 4 years ago

danielwertheim commented 4 years ago

Solves #146

@ColinSullivan1 Not sure if you instead want a class/struct PubAckLimits that carries both the values. I kind of like that more but maybe overkill.

ColinSullivan1 commented 4 years ago

In many API's a struct/object like that would be the way to go and would be more extensible... However I think this best suits the tenet of simplicity we have for NATS.

ColinSullivan1 commented 4 years ago

LGTM. Thanks!