Skip to content
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

Remove SubscriptionCloseRequest protocol #123

Merged
merged 1 commit into from
Dec 6, 2016

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Dec 5, 2016

This is related to PR #115 and server side PR 203.
I noticed that we could have used UnsubscribeRequest since content
of that one and SubscriptionCloseRequest were same for relevant fields.
Also, the server was actually implemented with UnsubscribeRequest
and works fine. What matters is the subject the protocol is sent to.

This is related to PR #115 and server side [PR](nats-io/nats-streaming-server#203)
Noticed that we could have used UnsubscribeRequest since content
of that one and SubscriptionCloseRequest were same.
Also, the server was actually implemented with UnsubscribeRequest
and works fine. What matters is the subject the protocol is sent to.
@coveralls
Copy link

coveralls commented Dec 5, 2016

Coverage Status

Coverage decreased (-0.3%) to 87.423% when pulling 68f3585 on remove_subclose_protocol into bd853f5 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants