-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels