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
According to the documentation, when priority is left undefined, it should default to 0. However this doesn't seem to be the case.
Instead, the promises seem to be executed in a random order (not the order they were inserted into the queue in!).
When manually setting the priority to 0, the queue behaves as expected.
According to the documentation, when priority is left undefined, it should default to 0. However this doesn't seem to be the case.
Instead, the promises seem to be executed in a random order (not the order they were inserted into the queue in!).
When manually setting the priority to 0, the queue behaves as expected.
Example code:
The text was updated successfully, but these errors were encountered: