-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unhandled Exception #29
Comments
@macoshita any input on this maybe? |
I'm sorry, thank you for the report. bool isMember( String topicParam, String event, Map payload, [String joinRefParam]) { I will make a PR as soon as possible. |
@Quantum-Sicarius I fixed it in this PR, so you can try it if you like. |
Awesome! Thanks for all your effort @macoshita and @mfeckie! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have encountered an Unhandled Exception
Log from ADB:
On Phoenix I sent this:
I was able to fix this by updating:
to
I am fairly new to Dart so I am not sure if there was maybe some missing Null safety implementation?
The text was updated successfully, but these errors were encountered: