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
I am using this function to push messages to my devices and I've got some problems. The first 20 messages are received instantly but after 20, there is delays (like 30 secondes and more). Device.objects.all().send_message({'id': '{}'.format(msg),})
This problem is not present when I push from "phpfiddle.org" for example.
Thank You
The text was updated successfully, but these errors were encountered:
Hi,
I am using this function to push messages to my devices and I've got some problems. The first 20 messages are received instantly but after 20, there is delays (like 30 secondes and more).
Device.objects.all().send_message({'id': '{}'.format(msg),})
This problem is not present when I push from "phpfiddle.org" for example.
Thank You
The text was updated successfully, but these errors were encountered: