ldhyob Member Licensed User Longtime User Jun 17, 2014 #1 The following LOG message: Sending message to waiting queue (CallSubDelayed - XXXX) Running waiting messages (1) It seems you no longer perform XXXX sub process, what solutions?
The following LOG message: Sending message to waiting queue (CallSubDelayed - XXXX) Running waiting messages (1) It seems you no longer perform XXXX sub process, what solutions?
Erel B4X founder Staff member Licensed User Longtime User Jun 17, 2014 #2 It seems you no longer perform XXXX sub process, what solutions? Click to expand... Not sure that I understand the problem... Upvote 0
It seems you no longer perform XXXX sub process, what solutions? Click to expand... Not sure that I understand the problem...
ldhyob Member Licensed User Longtime User Jun 17, 2014 #3 Erel said: Not sure that I understand the problem... Click to expand... Sorry, my English is very poor! I mean "CallSubDelayed" would be executed? Is there no implementation? Upvote 0
Erel said: Not sure that I understand the problem... Click to expand... Sorry, my English is very poor! I mean "CallSubDelayed" would be executed? Is there no implementation?
Erel B4X founder Staff member Licensed User Longtime User Jun 17, 2014 #4 If your app is in the background (no visible activity) and a service calls CallSubDelayed then the message is kept in a special queue. Later when the activity is resumed the message will run. Upvote 0
If your app is in the background (no visible activity) and a service calls CallSubDelayed then the message is kept in a special queue. Later when the activity is resumed the message will run.