Questions tagged [unsubscribe]
215 questions
1
vote
0 answers
Unsubscribe from nats streaming through an API
I am making APIs to subscribe and unsubscribe from nats streaming server (stan). The subscribe works fine, but I am not able to unsubscribe.
Connecting to nats streaming,
const stanSubscribe = nats.connect('test-cluster',…

Ashwin Pandey
- 125
- 13
1
vote
0 answers
How does Gmail native unsubscribe link work?
When using the 'unsubscribe' in Gmail, what happens behind the scenes?
I would like to identify any users who have clicked the native unsubscribe link vs the one in the email footer.
Haven't been able to find any breakdown on what the unsubscribe…

eme
- 13
- 3
1
vote
2 answers
Angular/RxJs - Calling next() on Observable in service after component was unsubscribe() cause ObjectUnsubscribedError
I have an Angular Service that defines a public Subject. Later under some condition, the service will call .next() on this Subject.
In addition, I have an Angular component that .subscribe() to this Subject in it's ngOnInit() method, and call…

Gil Epshtain
- 8,670
- 7
- 63
- 89
1
vote
0 answers