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

The official NATS .NET C# Streaming Client

Results 16 stan.net issues
Sort by recently updated
recently updated
newest added

so - I could be barking up the wrong binary tree, but I think these tests illustrate the issue - it might be adding the durable name? or I could...

I'm trying to use a durable queue subscriber. I just download the example and modified that. In the StanSubscriber, I set the "DurableName" in the "StanSubscriptionOptions" and passed the "qGroup"...

question

I reviewed the `Subscribe` method usages: `Subscribe(string subject, StanSubscriptionOptions options, EventHandler handler);` I think we can have some kind more improvements. Please see the following code: ```csharp var cf =...

I am encountering an abnormal behaviour in my application while consuming messages from a durable subscription. Occasionally, I see in my logs redelivered messages while the previous ack operations on...

Deadlock now not happen, but producer doesn't reconnecting with stan options. Connection state set on disconnected, and reconnect not happen. It work if i use nats options ``` nopts.MaxReconnect =...

Add documentation describing the underlying NATS connection lifetime vs the lifetime of a connection passed in through options. Include discussion disposability and whether the app or STAN has the responsibility...