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

https://github.com/nats-io/nats-architecture-and-design/issues/115

https://github.com/nats-io/nats-architecture-and-design/issues/23

Setting the Secure option to `true` before connection results in a failed connection. README needs clarification on when the Secure option should be used in an application and additional requirements...

This PR implement Task based async for GetMessage/DeleteMessage. I have an extra question on this. Would it be ok to also implement GetMessage on IJetStream ? It would return a...

## Defect Under pressue(many thread call publish method) sometimes method SubscribeAsync does`t return control to main program - somthing inside keeps control - no any exceptions and errors #### Versions...

**Description** When using the dotnet nats client library (with SetUserCredentialHandlers) and a nats server, using the accounts authentication mechanism with the full nats resolver, the dotnet client is not able...

## Websocket Support Add an option to allow the NATS client to use the websockets client rather than a standard TCP Client. This will likely involve refactoring and a different...

We are seeing a `System.NotSupportedException` with the following stack trace: ``` at System.IO.__Error.SeekNotSupported() at System.IO.BufferedStream.get_Position() at NATS.Client.Connection.publish(String subject, String reply, Byte[] headers, Byte[] data, Int32 offset, Int32 count, Boolean flushBuffer)...

## Feature Request #### Use Case: Same use cases as for `IConnection`. #### Proposed Change: Implement extension methods `Observe` and `ToObservable` for `IEncodedConnection`. #### Who Benefits From The Change(s)? Users...

All calls in the library that trigger I/O should have both a Sync and Async version. Async method names should have the suffix `Async`. Async parameters should match Sync method...