-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Message.Respond() #281
Comments
watfordgnf
added a commit
to watfordgnf/csharp-nats
that referenced
this issue
Aug 27, 2019
- Adds Respond to Msg to simplify responses to Request-Reply - No longer clears Subscription.conn, until disposing
ColinSullivan1
pushed a commit
that referenced
this issue
Aug 27, 2019
* Add Msg.Respond - Adds Respond to Msg to simplify responses to Request-Reply - No longer clears Subscription.conn, until disposing - Add tests for Msg.Respond with both closed connections and lost servers - Throw NATSConnectionClosedException when appropriate
Resolved by #283 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See:
The text was updated successfully, but these errors were encountered: