Expected Behavior
When a Bus has new Parameters, the Channels and Subscriptions on that Bus should be updated to receive the new values. ProvisionFunc should be fired for every Channel on the bus and SubscribeFunc should be fired for every Subscription on the bus.
Actual Behavior
The new parameters defined by the Bus will only be emitted when the Channel or Subscription resource mutates.
Expected Behavior
When a Bus has new Parameters, the Channels and Subscriptions on that Bus should be updated to receive the new values.
ProvisionFuncshould be fired for every Channel on the bus andSubscribeFuncshould be fired for every Subscription on the bus.Actual Behavior
The new parameters defined by the Bus will only be emitted when the Channel or Subscription resource mutates.