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

In case of Raw Value get_content() returns a list type instead of bytes #38

Open
JEnoch opened this issue Jun 7, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@JEnoch
Copy link
Member

JEnoch commented Jun 7, 2021

To reproduce:

import zenoh
v = zenoh.Value.Raw(0, b'\x48\x69\x21')
print(type(v.get_content()))

This displays <class 'list'>. But one would expect <class 'bytes'>

@JEnoch JEnoch self-assigned this Jun 7, 2021
@Mallets Mallets added the bug Something isn't working label Feb 15, 2022
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