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

Server attribute subscribe example error #46

Open
argusro opened this issue Apr 19, 2023 · 1 comment
Open

Server attribute subscribe example error #46

argusro opened this issue Apr 19, 2023 · 1 comment

Comments

@argusro
Copy link

argusro commented Apr 19, 2023

The example in the readme says to use the callback as:

def on_attributes_change(client, result, exception):

But the callback doesn't bring the client information.
I solved this by using:

def on_attributes_change(result, exception):

@sirapol
Copy link

sirapol commented Dec 28, 2023

Me too.
When are you update the example?

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