-
Notifications
You must be signed in to change notification settings - Fork 248
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
PlatformExceptions get plugin into a broken state #98
Comments
Are there steps that can be used to reproduce this with the example app in this repo? I'm wondering if there's something that can be done as this does delegate most of the logic to the native SDK |
I came across the issue by passing in a null client id when authorizing, I think that should reproduce it. |
This should be fixed in 0.8.2 now |
thanks @MaikuB! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've seen a few times now where if I get a platform exception when calling a method on the plugin, the plugin gets into a broken state because it thinks there is a pending operation in progress.
It seems like any method call may need to be surrounded in a try/catch so the pending operation can be cancelled, before rethrowing the exception?
I've seen this on Android, not sure about iOS yet.
The text was updated successfully, but these errors were encountered: