@volkaertskristof It should not work that way. It should work serially. The await keyword pauses execution of the container async function until a Promise is resolved.
@volkaertskristof It should not work that way. It should work serially. The await keyword pauses execution of the container async function until a Promise is resolved.