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

server connection lost when updating an app #517

Open
HeinerTholen opened this issue May 31, 2015 · 2 comments
Open

server connection lost when updating an app #517

HeinerTholen opened this issue May 31, 2015 · 2 comments

Comments

@HeinerTholen
Copy link

I clicked on the 'update' button for the Wallabag app. The update was processed properly. The issue only is that when I tried to go somewhere else in the gui, the server connection was lost until the update finished. I guess this is simply because the update is running in the same thread and process as the server itself.
Maybe for now it would be nice to block the webinterface completely until an update is done. Later, a second thread or process for the update would be cool. But I guess this is quite a bit to implement, as one has to unload/disable the app first, the load it back after the update.

@peakwinter
Copy link
Contributor

What version is this for? 0.7 should already have installation and updates done in parallel threads.

@HeinerTholen
Copy link
Author

Good point, sorry for not checking. I'm using the vagrant box, which pulls changes on starting, right? But I did sudo pacman -Syu and the npm installation only after I wrote the issue.

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