I have set the messagePort of a various async roUrlTransfers to that the one of the current screen one and I can do simultaneous requests.
The wait loop is in the same function as where calls get startet.
If I however then after the first call want to create another async call and start that call in another function using the same port from above then the requests gets cancelled
event.ResponseCode = -10001 and FailureReason ist "cancelled"
So why does the request get cancelled?
Thanks!
PS: being in bright script only (no xml components scripts)