-
Notifications
You must be signed in to change notification settings - Fork 283
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 support for client Subscription.Close() #182
Labels
Comments
kozlovic
changed the title
Add Subscription.Close() to close durables without having them unsubscribed
Add support for client Subscription.Close()
Oct 21, 2016
kozlovic
added a commit
to nats-io/stan.go
that referenced
this issue
Oct 21, 2016
Resolves #114 Will require nats-io/nats-streaming-server#182 to be implemented.
kozlovic
added a commit
to nats-io/stan.go
that referenced
this issue
Oct 26, 2016
Resolves #114 Will require nats-io/nats-streaming-server#182 to be implemented.
kozlovic
added a commit
to nats-io/stan.go
that referenced
this issue
Nov 4, 2016
Resolves #114 Will require nats-io/nats-streaming-server#182 to be implemented.
This was referenced Nov 14, 2016
kozlovic
added a commit
that referenced
this issue
Nov 28, 2016
Client can now close a subscription without calling Unsubscribe() which was a problem for durable subscriptions. Clients were forced to close the connection if they wanted to stop consuming but not delete the subscription. Resolves #182
kozlovic
added a commit
that referenced
this issue
Nov 28, 2016
Client can now close a subscription without calling Unsubscribe() which was a problem for durable subscriptions. Clients were forced to close the connection if they wanted to stop consuming but not delete the subscription. Resolves #182
kozlovic
added a commit
that referenced
this issue
Nov 28, 2016
Client can now close a subscription without calling Unsubscribe() which was a problem for durable subscriptions. Clients were forced to close the connection if they wanted to stop consuming but not delete the subscription. Resolves #182
ghost
added
the
waffle:needs review
label
Nov 28, 2016
kozlovic
added a commit
that referenced
this issue
Nov 28, 2016
Client can now close a subscription without calling Unsubscribe() which was a problem for durable subscriptions. Clients were forced to close the connection if they wanted to stop consuming but not delete the subscription. Resolves #182
ghost
removed
the
waffle:needs review
label
Dec 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for
Subscription.Close()
See https://github.com/nats-io/go-nats-streaming/issues/114
The text was updated successfully, but these errors were encountered: