nats-io / nats.net.v2

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net.v2/
Apache License 2.0
202 stars 40 forks source link

Remove unnecessary comment and configuration modification #537

Closed mtmk closed 3 days ago

mtmk commented 1 week ago

This code change removes a non-implement TODO comment as well as an unnecessary modification to the consumer's configuration name in the NatsJSContext class. This simplification maintains functionality while adhering to cleaner code principles.

mtmk commented 1 week ago

(see also https://natsio.slack.com/archives/C069GSYFP/p1719557623613729)