nats-io / nats.c

A C client for NATS
Apache License 2.0
390 stars 137 forks source link

Expose MaxPendingBytes on the natsOptions #700

Closed LaurensVergote closed 6 months ago

LaurensVergote commented 11 months ago

Similar as https://github.com/nats-io/nats.net/pull/844 from the nats.net library. I've used the same defaults as the C# library

Couldn't get the testsuite to work locally so I hope the github pipeline will run them :)

LaurensVergote commented 11 months ago

Not quite sure why the CI timed out on one of the new tests, had no issues locally running it