graphem
graphem
Could this be related to this? https://dev.to/progressier/how-to-fix-ios-push-subscriptions-being-terminated-after-3-notifications-39a7 Not sure if the onBackgroundMessage message takes care of the waitUntil
Alright that is indeed the issue, I just ran a bunch of test and I replace the onBackgroundMessage with this in my service worker: ``` self.addEventListener('push', function(event) { console.log('[Service Worker]...
> > Alright that is indeed the issue, I just ran a bunch of test and I replace the onBackgroundMessage with this in my service worker: > > ``self.addEventListener('push', function(event)...
My issue was that I used use OpenAI\OpenAI; Fixed with use OpenAI;
Thanks! That worked for me too!
Awesome! Hopefully this gets merged
Seems work is ongoing to support V5
Yeah seems I am experiecing this and this is killing my server, as all the clients seems to make tons of request again.
@sacOO7 Any news on merging this and doing a release?
Ok thanks! Seems the token expiry is not making a difference so maybe my issues is something different.