ICEpush
  1. ICEpush
  2. PUSH-343

Push notifications stop when third window is opened

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.0
    • Fix Version/s: 4.1, EE-3.3.0.GA_P04
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      ICEpush

      Description

      Push notifications stop when a third window is opened. The notifications stop in one or two of the windows. When and which windows have their notifications stopped seems to be random.

        Activity

        Hide
        Mircea Toma added a comment -

        Fixed LocalStorageNotificationBroadcaster unreliability by reading localStorage new values off the event object instead of reading it from the storage (since other thread can update the value again in the mean time). Rolled back the change that ran local storage updates spread out at regular intervals (not required anymore). Factored out PushIDExpiryMonitor to monitor for unused pushIDs. The monitor runs off a thread, every 10 seconds. Improved logging.

        Show
        Mircea Toma added a comment - Fixed LocalStorageNotificationBroadcaster unreliability by reading localStorage new values off the event object instead of reading it from the storage (since other thread can update the value again in the mean time). Rolled back the change that ran local storage updates spread out at regular intervals (not required anymore). Factored out PushIDExpiryMonitor to monitor for unused pushIDs. The monitor runs off a thread, every 10 seconds. Improved logging.
        Hide
        Mircea Toma added a comment -

        Tested functionality with Safari, Firefox, Chrome, IE10 and IE11. push-test with 10 windows opened ran without hick-ups in Safari, Firefox and Chrome. IE10 becomes unstable after opening the 5th window, IE11 after the 8th.

        Show
        Mircea Toma added a comment - Tested functionality with Safari, Firefox, Chrome, IE10 and IE11. push-test with 10 windows opened ran without hick-ups in Safari, Firefox and Chrome. IE10 becomes unstable after opening the 5th window, IE11 after the 8th.
        Hide
        Liana Munroe added a comment -

        Tested with ICEfaces 4 trunk r43625.
        Test used - showcase icecore:push demo in 4 individual browser windows opened (not 4 tabs).
        FF 33 - OK
        Chrome 38 - OK
        IE 11 - OK (there is still the double submit issue remaining, ICE-10384 is open.)
        IE 10 - updates become unstable after opening the 4th window. This was tested on 2 different machines. Results are comparable. Updates stop for a moment then restart.

        Test used - QA push-test app in 6 individual browser windows opened (not 6 tabs).
        FF 33 - OK
        Chrome 38 - OK
        IE 11 - OK
        IE 10 - updates become unstable after opening the 4th, 5th and 6th windows. New windows are slow to start the timer, perviously opened windows stop updates for several seconds then occasionally resume.

        Show
        Liana Munroe added a comment - Tested with ICEfaces 4 trunk r43625. Test used - showcase icecore:push demo in 4 individual browser windows opened (not 4 tabs). FF 33 - OK Chrome 38 - OK IE 11 - OK (there is still the double submit issue remaining, ICE-10384 is open.) IE 10 - updates become unstable after opening the 4th window. This was tested on 2 different machines. Results are comparable. Updates stop for a moment then restart. Test used - QA push-test app in 6 individual browser windows opened (not 6 tabs). FF 33 - OK Chrome 38 - OK IE 11 - OK IE 10 - updates become unstable after opening the 4th, 5th and 6th windows. New windows are slow to start the timer, perviously opened windows stop updates for several seconds then occasionally resume.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: