Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces
Description
To still allow for cloud push notification to go be issued the pushIDs used by a window should not be disposed when the window closes.
Issue Links
- blocks
-
ICE-10352 Showcase - Add new demo for mobi:cloudPush that uses the email provider
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Implemented this feature. The side effect for this change is that there might be cases where the page that creates a pushID is accessed and then closed multiple times, the pushIDs will still be kept as parked pushIDs by ICEpush. When a notification for the group that includes these IDs is issued we end up with lots of cloud push notifications (one for each created pushID).