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
If a station starts on its own it'll try to start an application. If a server starts the station it'll also try to start an application. Some arbitration is needed so both things don't conflict.
e.g. An explicit API running in the station for switching apps which has some sort of locking or IPC mechanism (lock or queue). Requests from the server fail if there's a local app switch.
The text was updated successfully, but these errors were encountered:
Currently Hilbert client-side bash script (hilbert-station) uses a lockfile to prevent two actions running in the same time. In case of a lock script execution will fail with an error code 2 (see start_locking in tools/hilbert-station)
If a station starts on its own it'll try to start an application. If a server starts the station it'll also try to start an application. Some arbitration is needed so both things don't conflict.
e.g. An explicit API running in the station for switching apps which has some sort of locking or IPC mechanism (lock or queue). Requests from the server fail if there's a local app switch.
The text was updated successfully, but these errors were encountered: