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

fix receiving bug with try-catch, and add registeration api type classes. #27

Closed
wants to merge 3 commits into from

Conversation

mostafa8026
Copy link

@mostafa8026 mostafa8026 commented Nov 12, 2019

Since in the new version the registration process is changed, this commit fixes the bug temporary.
also in this pull request, the bug with receiving new updates caused by missing new API type is fixed.

mostafa added 2 commits November 12, 2019 08:46
* Add new RegisterUser function which is necessary in new api.
* It does not have try-catch and any error cause the receiver to permanently fail.
}
}
catch (Exception ex)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think printing to Console from the library is a good solution. Maybe event would fit better in this case

Copy link
Author

Choose a reason for hiding this comment

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

Added.

@x2bool
Copy link
Collaborator

x2bool commented Nov 30, 2019

Temporary fix is no longer needed. I've just updated this repo to 1.5

@x2bool x2bool closed this Nov 30, 2019
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