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

Make data returned in the respective Future instance more unified and helpful #32

Open
rweilbacher opened this issue Dec 15, 2017 · 0 comments

Comments

@rweilbacher
Copy link
Owner

Currently it just returns arbitrary data. The connect future for example puts a string into it's future if it failed or the session present int if it succeeded. That makes it pretty hard to check for success and isn't very intuitive. Maybe also put success or failure into the future where currently "nothing" is being returned on success.

The changes made should then also be added to the documentation. under the respective synchronous / asynchronous sections.

@rweilbacher rweilbacher added this to To Do in Sprint 2 via automation Dec 15, 2017
@rweilbacher rweilbacher added this to To do in Move to v1.0 Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Move to v1.0
  
To do
Sprint 2
  
To Do
Development

No branches or pull requests

1 participant