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

The official C# Client for NATS

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

Here is the revised issue description: # Description The current method that returns all keys in the bucket does not support filtering specific keys. Adding this functionality would be beneficial,...

### Proposed change In KV store I want to be able to pass metadata, description, and idleheartbeat time (basically some consumer configuration) to the associated consumer but I can't find...

proposal
under review / on hold

When the timeout is shorter than the time TcpClient.ConnectAsync takes to throw The task.Wait returns before the end of the task, then dispose the Tcpclient before the end of its...

Below is currently suppressed NU1902 https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 because it's an example. We should upgrade the package at some point to avoid any security vulnerability warning for the repo. ``` src\Samples\TlsVariationsExample\TlsVariationsExample.csproj(0,0): Error...

defect