You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was getting an empty array back. I used breakpoints to see that the SynchronizedArray.append async call happens after parseMultiple returns. I there's a wait missing to wait until SynchronizedArray's accessQueue is empty.
The text was updated successfully, but these errors were encountered:
Hey @hartbit, there were a lot of changes to parseMultiple in the last release and I believe this should be fixed by now. Let me know if you are still facing issues after updating.
Was getting an empty array back. I used breakpoints to see that the
SynchronizedArray.append
async call happens afterparseMultiple
returns. I there's a wait missing to wait untilSynchronizedArray
'saccessQueue
is empty.The text was updated successfully, but these errors were encountered: