Open Bykiev opened 2 months ago
it might be an issue with KV watcher push consumer buffer causing ahead-of-time issues:
@Bykiev are you able to create a simple console app to reproduce this? I need to understand the issue a bit more my comment above might not apply here actually.
Observed behavior
Calling
await foreach (var key in store.GetKeysAsync())
cause connection leakExpected behavior
No connection leak should be occured
Server and client version
NATS server 2.10.19 NATS .NET v2.3.3
Host environment
Docker image
Steps to reproduce
No response