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
If a download is paused and then the app is closed, on reopening the app we aren't
able to resume the download!
What operating system and which version - MacOS Monterrey Version 12.5 (21G72)
Which version of Rocket.Chat (Server) - 5.0.2
Which version of Rocket.Chat.Electron (Electron/Desktop) - 3.8.8
Steps To Reproduce
Start downloading a file
Go to the Download View using the sidebar
Pause the download
Close the App
Re-open the App and do Step 2. again
The Download won't respond/start when you click on resume!
The bug
If we pause a download and close the app, on reopening the app we aren't able to resume the download!
Expected behaviour
On reopening the app, all the downloads would be in a cancelled state instead (except the already completed downloads obviously though) since that's the default behaviour of electron (while closing the app, electron emits a 'cancelled' event) on a DownloadItem but due to lack of time delay between the app closing, the state doesn't get updated properly in our App!
Demo of the above Error
In the below demo I've demonstrated the following:
I pause the download
I then quit the app
I then restart the app and we could then see that all the options like resume and remove from list are unresponsive!
resume-error.mp4
The text was updated successfully, but these errors were encountered:
Palanikannan1437
changed the title
After closing the app, we aren't able to Resume the Paused downloads after a restart
After closing the app, we aren't able to resume any download after a restart
Aug 26, 2022
Describe the bug
If a download is paused and then the app is closed, on reopening the app we aren't
able to resume the download!
Steps To Reproduce
The bug
If we pause a download and close the app, on reopening the app we aren't able to resume the download!
Expected behaviour
On reopening the app, all the downloads would be in a cancelled state instead (except the already completed downloads obviously though) since that's the default behaviour of electron (while closing the app, electron emits a 'cancelled' event) on a DownloadItem but due to lack of time delay between the app closing, the state doesn't get updated properly in our App!
Demo of the above Error
In the below demo I've demonstrated the following:
resume
andremove from list
are unresponsive!resume-error.mp4
The text was updated successfully, but these errors were encountered: