Using multiple recv in js inside an eval on web ignores all promises but the last #2295
Closed
3 tasks
Labels
bug
Something isn't working
Problem
not completely sure if its intended or not something to care about.
Currently when you do
in the js inside an eval in web while theres no messages in the queue it ignores all promises except for the last one
Steps To Reproduce
Here is the code i used to test it
Expected behavior
i would expect the promises to be fulfilled in the order they were created in
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: