POST command and "Previous Request Not completed"

Trevor DeVore lists at mangomultimedia.com
Sat Jun 20 10:41:04 EDT 2015


On Saturday, June 20, 2015, Klaus major-k <klaus at 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



More information about the use-livecode mailing list