Hello, I can't unsubscribe in Angular 12 and rx-stomp 1.2.0, even putting it in onDesctroy according to your example:
ngOnDestroy() {
this.topicSubscription.unsubscribe();
console.log('ngOnDestroy')
}
it only unsubscribes when I refresh the page... thank you in advance for your attention.