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

Implement Sessions #21

Merged
merged 15 commits into from
Sep 16, 2020
Merged

Implement Sessions #21

merged 15 commits into from
Sep 16, 2020

Conversation

niklaslong
Copy link
Owner

Closes #12.

@niklaslong niklaslong marked this pull request as draft September 8, 2020 12:23
@fancycade
Copy link
Collaborator

This is exciting! 🥳

@niklaslong niklaslong marked this pull request as ready for review September 16, 2020 14:37
@niklaslong
Copy link
Owner Author

@fancycade This should be god to go. I've opened #24 and #25 and #26 based on things that I noticed when implementing this.

Copy link
Collaborator

@fancycade fancycade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! This was quite the effort!

The c code is similar to how accounts was done so I think it is okay.
Didn't notice any misspellings.

Re #24 >
I think returning tuples makes sense. If there is a chance to error then I think tuple is good, otherwise you can return the value because there is no way it could be anything else.

My suggestion would be to do a quick release, then try to integrate it with the SDK and see how you feel.

@niklaslong niklaslong merged commit b332eb1 into master Sep 16, 2020
@niklaslong niklaslong deleted the 12-sessions branch September 16, 2020 20:51
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.

Implement sessions
2 participants