213 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
57
views
Quarkus GraphQL Subscription cancelled
I am running subscription on my server (then processed to redis), but I need to invoke action if client disconnect (whether the connection failed or he leaves the page.
Is it even possible? I cannot ...
0
votes
1
answer
34
views
Bacnet4j: Unsubscriptions don't work after reset of container
For a project in Java, I use the com.serotonin.bacnet4j library
I want to unsubscribe all activeCovSubscriptions during initialization.
For that, I first get the list of all activeCovSubscriptions and ...
0
votes
3
answers
175
views
My subscription is still running even after unsubscribing
I am getting the response from the subscription but when I change the route and come back to my component then the data is still there. So I am still receiving the data even after using unsubscribe in ...
0
votes
0
answers
77
views
.NET Process.OutputDataReceived still receiving data after unsubscribe the Event Handler and Kill the Process
Please. I need to read data from a process asynchronously because sometimes data is received indefinitely and cannot be read synchronously. When I have read enough characters, I unsubscribe from the ...
-1
votes
2
answers
1k
views
In Angular v16 unsubscribe from an Obserable using takeUntillDestroy or toSignal what should I do
In my Angular application I have too many api links to talk with backend. Most of my services are like that. Inside a service:
getData():Obserable<any>{
return this.http.get('myapli/get/data/any'...
5
votes
2
answers
2k
views
One-click unsubscribe is not visible on some emails with Gmail
Since Gmail will start requiring one-click-unsubscribe in 2024, we want to ensure compliance for our emails.
Our emails already have one List-Unsubscribe header field and one List-Unsubscribe-Post ...
0
votes
1
answer
192
views
How to populate email on unsubscribe page
We have hosted Subscription Center Dynamic 365 marketing form on external website unsubscribe page. Once user click on unsubscribe link in email, they redirected to this unsubscribe page. On this page ...
1
vote
0
answers
64
views
What Shoul I explicity unsubscribe on this component?
I am starting to work with angular and the unsubscribe concept isn't very clear to me. What should I unsubscribe and what I don't need? I would like understand more what I need to unsubscribe on ...
0
votes
0
answers
36
views
Why does my Php Unsubscribe form return a 500 error? [duplicate]
I am trying to make a simple unsubscribe that lets user delete their email(or all) from mysql db on my website named "workovh7_messages_db".It returns 500 error "This page isn't working ...
0
votes
1
answer
341
views
when to unsubscribe from a table (supabase)
I subscribed to listening to inserts on a table in a front end application I have made using react, however in the documentation I've seen that the table is also unsubscribe from in many cases so was ...
7
votes
2
answers
4k
views
Email addresses automatically getting added to Global Unsubscribe after API send
I have a weird problem where some email addresses are automatically getting added to my Global Unsubscribes after each API send to that address.
The initial email gets sent and delivered, but then the ...
3
votes
2
answers
4k
views
How can I configure the SendGrid unsubscribe link to not add the email to any unsubscribe lists?
My app sends email newsletters. I'm using SendGrid. I want to use SendGrid's subscription tracking to provide the user-facing unsubscribe interface, because it authenticates the unsubscribe URL, and ...
1
vote
1
answer
963
views
Why does Entity Framework show that item is already tracked, despite of fact that it is not tracked?
I have 3 tests, and between every test, a new DbContext is created. I checked it simply run 3 test cases, all added the same object to db and there was no error. But when I run this tests:
[TestCase(&...
1
vote
0
answers
73
views
Can anyone explain How to send survey email to unsubscribed contacts in mailchimp?
Need to send an survey email to unsubscribed contacts in a automated format through mailchimp. How can we do it? Do we need to sue customer journey?
1
vote
0
answers
477
views
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....