On Saturday, June 20, 2015, Klaus major-k <kl...@major-k.de> wrote:
>
>
> Say we have some POST commands and fire them one after another.
>
> Now according to the docs, the POST command is blocking, so we should
> NOT see the error dialog "Previous Request Not completed“ any time, right?
>
> But under some (mysterious) circumstances we actually do, what am I
> missing?
>
> Thanks a lot for any insight!
>

I think you could run into this problem if you are using send in time. POST
will keep the handler it is in from continuing but another handler could
start executing with a send in time call.

-- 
Trevor DeVore
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to