Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 04:56:24 +0000



Post From: Problems with ACSIL HTTP Support

[2016-01-10 03:11:25]
managematics - Posts: 3
Can you please elaborate on "once the first one finishes do the next one"? Is sc.MakeHTTPRequest non-blocking? If so, is there some way to tell when it completes? This is information I only want to pull down once inside i.e when sc.Index==0. So what do I do until it completes? I have tried sleeping for a few seconds before checking HTTPResponse but it doesn't change the behavior.