Open
Bug 1929668
Opened 26 days ago
Wait for unsubscription response from server before removing from DB
Categories
(Core :: DOM: Push Subscriptions, task)
Core
DOM: Push Subscriptions
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
References
Details
We currently send the signal to server and immediately remove from DB here: https://searchfox.org/mozilla-central/rev/5b288ed276a9580f2bedd4f67543940667d6a8c0/dom/push/PushService.sys.mjs#1258-1259
That can cause improper unsubscription if the machine is offline. If network error happens, we should retry unsubscription later.
You need to log in
before you can comment on or make changes to this bug.
Description
•