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

Webserver calls are blocking if webserver is not running #26

Open
cdondrup opened this issue May 7, 2014 · 2 comments
Open

Webserver calls are blocking if webserver is not running #26

cdondrup opened this issue May 7, 2014 · 2 comments
Labels

Comments

@cdondrup
Copy link
Member

cdondrup commented May 7, 2014

Im trying to print the messages the Robot says on the screen as well using the web server:

strands_webserver.client_utils.display_content(self.display_no, "<h1>"+sentence+"</h1>")

But when the webserver is not running, this call seems to be blocking. I thinks this should not be the case if possible because the whole system would grind to a hold if the webserver dies.

@cdondrup cdondrup added the bug label May 7, 2014
@hawesie
Copy link
Member

hawesie commented May 7, 2014

Timeouts need to be added to the wait_for_service calls. I'm in meetings all day tomorrow, so please go ahead and fix.

@marc-hanheide
Copy link
Member

Anyone did anything regarding this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants