Page tree
Skip to end of metadata
Go to start of metadata

How you manage configuration changes for your components us up to you; there is no fixed method. However a useful paradigm as as follows:

  • User changes some configuration in your UI component.
  • UI component sends changes to it's WinGate engine peer component using CommsSend.
  • The engine-side component persists changes and broadcasts the message back out to all connected WMCs with CommsSend. Even to the original one that sent the changes in the first place.
  • WMCs receive configuration change messages and update their internal state.

MessagePropagation Copy

Related articles