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
{{ message }}
This repository was archived by the owner on Feb 22, 2019. It is now read-only.
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.