We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please , check upclientzenoh.py invoke_method function: umessage = UMessage( attributes=uattributes, payload=UPayload(format=encoding, value=reply.ok.payload) )
umessage = UMessage( attributes=uattributes, payload=UPayload(format=encoding, value=reply.ok.payload) )
uattributes here should be created from reply.ok.attachment instead of using the same ones from the request
The text was updated successfully, but these errors were encountered:
neelam-kushwah
Successfully merging a pull request may close this issue.
Please , check upclientzenoh.py invoke_method function:
umessage = UMessage( attributes=uattributes, payload=UPayload(format=encoding, value=reply.ok.payload) )
uattributes here should be created from reply.ok.attachment instead of using the same ones from the request
The text was updated successfully, but these errors were encountered: