-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
stompClientWillDisconnect missing #44
Comments
Similarly with the entry for |
Thank you so much @Erhannis, |
Hello, again @Erhannis I need a replacement for JSON handler. |
New release is available Release: 1.3.1 |
Thanks for the changes. I'm not sure I understand your second comment, though - my point was that in commit |
@Erhannis thank you so much :) I accepted your PR. |
stompClientWillDisconnect
was removed in 2017, but it is still listed in the documentation, and in fact is the suggested place to unsubscribe from a topic:Suggestion : Subscribe to your topic in "stompClientDidConnect" function and unsubcribe to your topic in stompClientWillDisconnect method.
Either the method should be re-added, or the documentation should be updated.The text was updated successfully, but these errors were encountered: