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
In order to keep the code simple and to avoid implementing a server model, commands sent simultaneously to the gateway have undefined results: one command may succeed, but more likely, all simultaneous commands may fail. This can be a confusing issue when using ihsctrl from cron, as jobs triggered from separate crontab lines may collide and fail.
Adding concurrent access/queuing would make the system too complicated for me to understand.
The text was updated successfully, but these errors were encountered:
Note Limitations:
Adding concurrent access/queuing would make the system too complicated for me to understand.
The text was updated successfully, but these errors were encountered: