IPVS-AS / MBP

A management platform for IoT environments and applications
Other
23 stars 14 forks source link

Blocked SSH command execution if multiple components use the same device #629

Closed schneiti closed 2 years ago

schneiti commented 2 years ago

If multiple components (e.g. sensors) are running on one device and a user starts the components nearly simultaneously, only one component will be started. All other components will wait until the first (started) component receives sensor values.

Solution: Currently SSH sessions are established for devices only --> multiple components using the same device use the same session. Therefore a session for each component can fix this issue (already implemented in branch connected-car-scenarios).