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

When RaspJuice errors it returns 'Fail', it shouldn't always return fail. #24

Open
martinohanlon opened this issue Mar 15, 2015 · 0 comments
Labels

Comments

@martinohanlon
Copy link
Collaborator

Not every api call should return a 'Fail' message in the event of an error but at the moment they all do.

This creates issues when a function which shouldn't return a Fail errors and returns a 'Fail' the next call function call which should return a 'Fail' ends up reading the 'Fail' from the socket buffer and returns as an error even if it was successful.

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

1 participant