Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-1537

Make Android's exec.processMessages re-entrant

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.0
    • 2.2.0
    • cordova-js
    • None

    Description

      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.

      Attachments

        Activity

          People

            agrieve Andrew Grieve
            agrieve Andrew Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: