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
Right now, Virtual Devices are spawned via a DynamicSupervisor, so they're not tied to a single Flow, but they do not provide a way to add/remove interfaces, so if another Flow needs to use the same device but the Flow that started it did not have the required interfaces in the InterfaceProvider, the attempts to publish data from the second Flow will fail.
Right now, Virtual Devices are spawned via a DynamicSupervisor, so they're not tied to a single Flow, but they do not provide a way to add/remove interfaces, so if another Flow needs to use the same device but the Flow that started it did not have the required interfaces in the
InterfaceProvider
, the attempts to publish data from the second Flow will fail.See astarte-platform/astarte-device-sdk-elixir#6, which is a prerequisite to fix this issue.
The text was updated successfully, but these errors were encountered: