When using MQTTnet.Orleans with multiple silos and/or multiple MQTTNet servers, we need to verify that a command which is to be pushed to all device instances (e..g. /devices/ping) will indeed hit all devices across all MQTTnet instances and/or silos. In the event that it does not, we need to determine what would be needed in this case to ensure that it would happen as expected.
When using MQTTnet.Orleans with multiple silos and/or multiple MQTTNet servers, we need to verify that a command which is to be pushed to all device instances (e..g.
/devices/ping) will indeed hit all devices across all MQTTnet instances and/or silos. In the event that it does not, we need to determine what would be needed in this case to ensure that it would happen as expected.