Details
-
Type: Bug
-
Status: Closed
-
Priority: 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
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Affects Version/s | 4.0 [ 11383 ] |
Mircea Toma
made changes -
Fix Version/s | 4.1 [ 11570 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43620 | Thu Nov 27 10:56:14 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/javascript/pushid.expiry.js
MODIFY /icepush/trunk/icepush/core/src/main/javascript/inter.window.notification.js MODIFY /icepush/trunk/icepush/core/src/main/javascript/application.js |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43874 | Tue Dec 30 15:36:57 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/javascript/pushid.expiry.js
|
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P04 [ 12271 ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.