-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently when a client is duplicated (via #dup or #with), monitoring is sometimes copied into the new client and sometimes a brand new monitoring is created. In the former case event subscriptions in the new client affect the old client, in the latter case event subscriptions in the old client are not inherited.
Let's have the event subscriptions be copied so that the new client has subscribers to the original client but changes to the new client do not affect the original client.