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

Fix authorization request handling issue #51

Merged

Commits on May 21, 2024

  1. Fix authorization request handling issue

    This commit addresses an issue where the client sends an immediate
     authorization response upon receiving the authorization request, which
     might get ignored, causing the client to be stuck waiting for the
     authorization response.
    From now on, the DownloadManager and UpdateManager actors will first
     wait for the authorization response and then broadcast the event/state
     regarding the authorization to the client.
    
    Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
    SaeedRe committed May 21, 2024
    Configuration menu
    Copy the full SHA
    84759d1 View commit details
    Browse the repository at this point in the history
  2. Change organization on pipeline script

    Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
    SaeedRe committed May 21, 2024
    Configuration menu
    Copy the full SHA
    11d1bf6 View commit details
    Browse the repository at this point in the history
  3. update macos version in github action pipeline

    Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
    SaeedRe committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f6f638b View commit details
    Browse the repository at this point in the history