Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-3.0.6
-
Component/s: Container
-
Labels:None
-
Number of attachments :
Description
Live collections currently update when a method is called on the collection. This is very in efficient for heavily used collections and the current update code has bugs (e.g., change is detected by component count).
To address this issue, I propose we add a monitor to the container where collections can register to for notifications when components matching the live collection constraints are registered or unregistered.