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.