Hello,
My app is using httpjob to get data from the server every second. When the user minimizes the app(pause), jobdone is queued and when the app is resumed, I experience slow start times probably.:
sending message to waiting queue (CallSubDelayed - JobDone)
How can I avoid the jobdone at resume if the datq is requested as soon as the user pauses the app ?
TY
My app is using httpjob to get data from the server every second. When the user minimizes the app(pause), jobdone is queued and when the app is resumed, I experience slow start times probably.:
sending message to waiting queue (CallSubDelayed - JobDone)
How can I avoid the jobdone at resume if the datq is requested as soon as the user pauses the app ?
TY