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
Description:
The Connect client event listener keeps triggering the event listener function even when status is failed. I can see it been useful for transfer events and keeping track of them, but I'm unsure if this is the expected behavior for the "status" event handler.
After dismissing the install dialog from the connect installer showDownload() function, the status will continue to trigger as ‘failed’ and re-open the dialog.
Expected behaviour:
Status change is triggered once.
Actual behaviour:
Status change is triggered indefinitely.
The text was updated successfully, but these errors were encountered:
Description:
The Connect client event listener keeps triggering the event listener function even when status is failed. I can see it been useful for transfer events and keeping track of them, but I'm unsure if this is the expected behavior for the "status" event handler.
Environment:
Example:
After dismissing the install dialog from the connect installer
showDownload()
function, the status will continue to trigger as ‘failed’ and re-open the dialog.Expected behaviour:
Status change is triggered once.
Actual behaviour:
Status change is triggered indefinitely.
The text was updated successfully, but these errors were encountered: