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

mqtt5_clinet master have a error about :_TypeError (type '(MqttMessage) => bool' is not a subtype of type '((MqttMessage?) => bool)?' of 'callback') #11

Closed
tongweizj opened this issue Mar 26, 2021 · 1 comment

Comments

@tongweizj
Copy link

return await super.connect(username, password);

Exception has occurred.
_TypeError (type '(MqttMessage) => bool' is not a subtype of type '((MqttMessage?) => bool)?' of 'callback')

@shamblett
Copy link
Owner

the migration to null safety is not yet complete, you should not be using the master branch of the repo, only published package versions. see my comments on #8

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

No branches or pull requests

2 participants