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).