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

Conversation

SaeedRe
Copy link
Contributor

@SaeedRe SaeedRe commented May 20, 2024

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.

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 SaeedRe force-pushed the UF-870_fix_authorization_response_immediate_response branch from 0d79c6a to 84759d1 Compare May 21, 2024 09:21
Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
@diegorondini
Copy link
Contributor

Mac OS test is failing due to docker setup issue, but tests are succeeding locally.

@diegorondini diegorondini merged commit f6f638b into dev May 21, 2024
11 of 12 checks passed
@diegorondini diegorondini deleted the UF-870_fix_authorization_response_immediate_response branch May 21, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants