Not sure if this is actually already done.
Long polling is:
- Send request for new events
- Receive successful response, handle it, and go back to the start.
- Receive error response, wait for configurable error time limit until trying again (go to the start).
Not sure if this is actually already done.
Long polling is: