You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the spec here, a zero TTL means that the message is not stored by FCM and only delivered to endpoints that are online at that moment.
In my testing using the node web-push library, when I am setting TTL to ZERO in the options object as follows : const options = { gcmAPIKey: <api_key>, vapidDetails: { subject: 'mailto:[email protected]', publicKey: <public_key>, privateKey: <private_key> }, TTL: 0 }
But receiving the web-push even after keeping the device offline for half hour.
Tested for both latest Chrome and Firefox.
Please help!
The text was updated successfully, but these errors were encountered:
According to the spec here, a zero TTL means that the message is not stored by FCM and only delivered to endpoints that are online at that moment.
In my testing using the node web-push library, when I am setting TTL to ZERO in the options object as follows :
const options = { gcmAPIKey: <api_key>, vapidDetails: { subject: 'mailto:[email protected]', publicKey: <public_key>, privateKey: <private_key> }, TTL: 0 }
But receiving the web-push even after keeping the device offline for half hour.
Tested for both latest Chrome and Firefox.
Please help!
The text was updated successfully, but these errors were encountered: