Andrew Grieve created CB-1537:
---------------------------------

             Summary: Make Android's exec.processMessages re-entrant
                 Key: CB-1537
                 URL: https://issues.apache.org/jira/browse/CB-1537
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaJS
    Affects Versions: 2.2.0
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor
             Fix For: 2.2.0


In the case where:
1. exec.processMessages() is call with messages A,B,C
2. the callback of A calls exec.processMessages() with D,E

Expected:
Callbacks should be called A,B,C,D,E

Actual:
Callbacks order is A,D,E,B,C

We should add a unit test for this as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to