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

Sphero.start needs to actually retry on connection issues #3

Merged
merged 1 commit into from
Apr 20, 2013

Conversation

workergnome
Copy link

I was having connection issues with my Sphero, and it turns out that at some point the begin in the self.start method got removed, so it wasn't actually rescuing properly if it couldn't connect.

Additionally, the retry code was only retrying unless the retry number was greater than zero. I've changed it to a less-than, which means it actually retries now.

@deadprogram
Copy link
Member

Thanks for the PR! Merging...

deadprogram added a commit that referenced this pull request Apr 20, 2013
Sphero.start needs to actually retry on connection issues
@deadprogram deadprogram merged commit 72a6663 into hybridgroup:master Apr 20, 2013
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

Successfully merging this pull request may close these issues.

2 participants