Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
Does it have delays to device receive and execute the message??
ago by (140 points)

1 Answer

0 votes
HTTP Long Polling algorithm persists a HTTPS connection between the device and the server. When a message needs to be pushed to the device, it is delivered immediately in the HTTPS response.

So there's very low latency (normally less than a second, the time which is required to transfer a HTTP response).
ago by (43.3k points)
...