nats.net icon indicating copy to clipboard operation
nats.net copied to clipboard

The official C# Client for NATS

Results 70 nats.net issues
Sort by recently updated
recently updated
newest added

### Observed behavior Here's the complete C# code I'm using to create two KV buckets, where the second one is the mirror of the first one with a subject filter...

defect

### Proposed change / Use case See https://github.com/nats-io/nats-architecture-and-design/issues/271

enhancement
accepted

## Overview Client should have a way that allows users to force reconnection process. This can be useful for refreshing auth or rebalancing clients. When triggered, client will drop connection...

enhancement

`byte[]`'s `ToString` prints `System.Byte[]`. This is not helpful when diagnosing the state of the parser when an error occurs, so I instead print the UTF8 encoded string version of the...

### Proposed change Publish looks as though it blocks the current thread, is this the case? (If not, I assume it doesn't guarantee the message is received before the thread...

proposal

**MinExpiresMills** is the least possible time to wait value for fetch and consume, and currently it is set to 1 second. It would be great if either the allowed value...

### Proposed change I would like to provide a cancellation token, or a method on the `ConnectionFactory` object that I can call to have it stop trying to create a...

proposal

### Observed behavior Based on a performance test result from .dot Memory tool we are observing that NATS .Net client library has high memory usage when the client does not...

under review / on hold

### Observed behavior When I use the NATS client library in a C# console application, it works as expected. When I use it within the Unity game engine, it fails...

defect

### Proposed change Hi nats.net team! Thank you for creating a well functioning library! I've been using it for over a year and its been a joy. Only thing is...

proposal