You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every MachineRegistry event is published to every subscribed adapter. NewMachineEvent & MachineRemovedEvent are currently rarely used due to missing information (MR doesn't have have any information/attributes for these machines). Currently you also lack the information on site and batch system...
→ Develop a way to discern a machine's "target" adapters and only publish the information to these adapter(s).
Then NewMachineEvent & MachineRemovedEvent could be used similar to constructors/destructors in those adapters.
The text was updated successfully, but these errors were encountered:
Currently every
MachineRegistry
event is published to every subscribed adapter.NewMachineEvent
&MachineRemovedEvent
are currently rarely used due to missing information (MR doesn't have have any information/attributes for these machines). Currently you also lack the information on site and batch system...→ Develop a way to discern a machine's "target" adapters and only publish the information to these adapter(s).
Then
NewMachineEvent
&MachineRemovedEvent
could be used similar to constructors/destructors in those adapters.The text was updated successfully, but these errors were encountered: