Closed
Description
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.