Closed saket-sudo closed 2 years ago
In publish.py it is mentioned in the comment that sending a dict or tuple is possible while publishing to broker. But when I try to send a dict in publish, it is returning with an error that 'dict/tuple' has no attribute 'encode'.
This repo is for the Go Client - I think you want the python one . I would also suggest including your code and the full error when creating an issue.
In publish.py it is mentioned in the comment that sending a dict or tuple is possible while publishing to broker. But when I try to send a dict in publish, it is returning with an error that 'dict/tuple' has no attribute 'encode'.