Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ihc] Improve command handling when controller is not ready #10895

Merged
merged 3 commits into from
Jul 15, 2021

Commits on Jun 21, 2021

  1. [ihc] Improved command handling when controller is not ready

    When connection from binding to IHC controller is open, but controller
    is in programming state, things state is offline with special status to
    indicate that binding can't send or receive any resource updates at the
    moment. Things status check during command sending will prevent
    unnecessary resource updates which will eventually fail and binding then
    tries to restart the connection.
    
    Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
    paulianttila committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1509c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Logging improvements

    Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
    paulianttila committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    47548f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Fixed format violation

    Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
    paulianttila committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8ee3a1b View commit details
    Browse the repository at this point in the history