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

Progress indicator stops moving when files downloading. #9

Open
tpitale opened this issue Apr 12, 2012 · 3 comments
Open

Progress indicator stops moving when files downloading. #9

tpitale opened this issue Apr 12, 2012 · 3 comments

Comments

@tpitale
Copy link

tpitale commented Apr 12, 2012

It's hard to know that progress is still happening and that the app has not simply frozen while ruby 1.9.3 is downloading. We would expect the progress bar to keep moving in some way, but it is not.

@jm
Copy link
Member

jm commented Apr 12, 2012

Yeah this is one of the most frustrating things for me. I've fiddled with that silly thing endlessly but I can't figure out why it pauses the animation. Any help would be MUCH appreciated.

@tpitale
Copy link
Author

tpitale commented Apr 12, 2012

Absolutely. I'm getting started by trying to use Railcar while taking lots of time to understand how it works and what exactly it's doing. I'll let you know if I find anything. My first hunch is that it's a threading thing. I know that downloading (IO in general) can block if not done in a separate thread. But that's my limited understanding of it.

@jm
Copy link
Member

jm commented Apr 19, 2012

Yeah I tossed it its own thread, but I'm not sure why it's not working. Investigating!

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

No branches or pull requests

2 participants