-
#### natsio version (`grep 'name = "natsio"' Cargo.lock -A 1`)
BTW, I think the above command needs to be updated to use "nats" instead of "natsio".
version = "0.6.0"
#### rustc version (`rus…
-
When nats client crash, and then it reconnect to nats server, and resubscribe topic.
My problem is, will the nats client lost message produced between crash time.
And how to use the durable featur…
-
I was playing with this library, with a subscriber and a publisher program adapted from the readme, and I noticed my program was exiting before the underlying messages were sent.
```rust
let c…
-
Make sure that these boxes are checked before submitting your issue -- thank you!
- [X] Included below version and environment information
- [X] Included a [Minimal, Complete, and Verifiable exa…
-
There is an infinite loop in rpc_server using NATS as a transport when NATS broker goes down an NATS transport fails to reconnect.
Steps to reproduce:
Have such command:
```
package main
im…
-
## Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
- [X] Included `nats-server -DV` output
- [X] Included a [Minimal, Complete, and Verifiable exampl…
-
Hi,
I am very new to this nats client. I am trying to read a simple message via pub/sub. While compiling I get the error
**method not found in `nats::Channel`**
My code looks like,
`
pub fn su…
-
Hi, good morning, I am trying to evaluate the NATS and STAN for my upcoming project. My requirement is to use C# and deploy the code into AKS as Microservices. I need a messaging engine to enab…
-
The invitation to Slack is no longer active. When I try to go to chat using the link from the README.md I get this message:
![image](https://user-images.githubusercontent.com/26883681/68779759-3d0d9…
-
We should have a section in the documentation focusing on subject usage and wildcards.
A good place in the documentation could be a new list item under concepts, near publish/subscribe.
Content can …