Rank 6: Server
my dart code for it
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 6: Server
my dart code for it
Rank 6: Server
[CLOSED] Async Function Execution Response Body Empty
Rank 6: Server
Async Function Execution Response Body Empty
Rank 6: Server
re opened because earlier i didnt realize that it started working on xasync: false
Rank 6: Server
how long do these take that you need to poll for the data?
Rank 6: Server
you mean the execution time on avg?
Rank 6: Server
it varies like it can even take upto 10s
Rank 6: Server
or just 100ms
do you know why it takes up to 10s?
Rank 6: Server
no clue the function code is same 🤔
Rank 6: Server
but 10s is rare
Rank 6: Server
maybe other async function executions were processing at the same time
Rank 6: Server
since its async first in first out
Rank 6: Server
one question do other function executions have any affect on lets say this function (considering they all are async)?
all async functions execute in a queue
i thought this time was actually exeuction time...and not waiting time..
so why can't you remove the xasync: true?
Rank 6: Server
oh i mean it just says duration so i thought it might be the addition of both?-
Rank 6: Server
i can but wouldnt that take more resources
Rank 6: Server
like if multiple ppl execute it parallelly
Rank 6: Server
either way i am going with xasync: false approach for now cuz it works
sort of but that shouldn't be a concern
Rank 6: Server
oh gotcha btw response body field is staying for synchronous functions right?
Rank 6: Server
in issue u mentioned it was removed because of 1MB limit i am guessing thats only for async ones?