Asynchronous Downloads + Time Outs

Issue #2 new
Luke Maciak repo owner created an issue

Currently all the download buttons are synchronous - they stall the entire application.

  • Downloads should be done asynchronously without blocking
  • A progress bar or some other indication should be displayer to let the user know what is going on
  • The application should gracefully handle network timeouts (right now it bugs out)

Comments (2)

  1. Log in to comment