This is a patch release of NATS .NET client fixing a dispose hang and a consumer bug.
What's Changed
- Fix CommandWriter.cs dispose by @mtmk in #926
- Fix pending message reset logic in NatsJSConsume by @mtmk in #930
- Fix CommandWrite dispose fix by @mtmk in #936
- Remove v2.9 testing from GitHub workflows by @mtmk in #934
- Add reconnect tests for handling max connections by @mtmk in #935
Full Changelog: v2.6.6...v2.6.7