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

[Bug] AttributeError: 'Subscriber' object has no attribute 'get' #83

Open
tannu945 opened this issue Oct 29, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@tannu945
Copy link

tannu945 commented Oct 29, 2022

Describe the bug

I am able to receive data from Subscriber.
Callback for subscriber is not available.

To reproduce

Screenshot (176)

System info

Platform Windows 10

@tannu945 tannu945 added the bug Something isn't working label Oct 29, 2022
@Mallets
Copy link
Member

Mallets commented Dec 15, 2022

Hello,

Sorry for the late response.
If you want to use a callback-based subscriber, you can have a look at this example.
Instead, if you want to use a queue to read from your subscriber, you can have a look at this other example.
The latter should be more suited for what you are trying to achieve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants