Hi Erel, All.
Are there issues with iHttpUtils2 Rel. 2.96 and B4I V7.50 ?
If i have this code:
Crash ( debug and release ) on
and error is:
if i comment 'Sleep(200) work.
Bug or another thing ?
Thank you
Are there issues with iHttpUtils2 Rel. 2.96 and B4I V7.50 ?
If i have this code:
B4X:
Dim DONACASHBACK As HttpJob
DONACASHBACK.Initialize("", Me)
DONACASHBACK.Download2(Main.variabile, Array As String("Action","56","id", $"${id}"$))
Wait For (DONACASHBACK) JobDone(DONACASHBACK As HttpJob)
If DONACASHBACK.Success Then
pnl_attendi.Visible = True
btn_dona.Visible = False
Sleep(200)
Dim res As String
res = DONACASHBACK.GetString
......
Crash ( debug and release ) on
B4X:
res = DONACASHBACK.GetString
Error reading from stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
if i comment 'Sleep(200) work.
Bug or another thing ?
Thank you