Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Latency in google web push GCM responses after january 2019 #85

Open
rezainsider opened this issue Feb 27, 2019 · 0 comments
Open

Latency in google web push GCM responses after january 2019 #85

rezainsider opened this issue Feb 27, 2019 · 0 comments

Comments

@rezainsider
Copy link

We use the https://github.com/web-push-libs/web-push package. We divide all tokens into groups of 1000 and send web push by sending a post request to GCM for each token with foreach loop. The system is working smoothly for about two years. But the response timeles have been prolonged on the GCM side for about 1 month. As a result of the detailed debuging, the encryption (AuthToken and p256PH) and sending GCM request processes are completed in 3 seconds for all 1000 tokens. But their responces are coming late from GCM side. Therefore, the pushing time has increased and we are experiencing timeout problems.
Is there any kind of problem that you encountered and solved?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant