You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I brought this up before, but it got lost in the shuffle.
When we create a UpClientZenoh we need to provide it the info needed such that when RpcClient::invoke_method() is called, it's able to, within the function call, build the source UUri.
Here's a few links to the up-client-android-java codebase with some pointers on how they went about it:
Hey @evshary 👋
I think I brought this up before, but it got lost in the shuffle.
When we create a
UpClientZenoh
we need to provide it the info needed such that whenRpcClient::invoke_method()
is called, it's able to, within the function call, build the source UUri.Here's a few links to the
up-client-android-java
codebase with some pointers on how they went about it:invokeMethod()
up-client-zenoh-rust
implementation, you'd use the response UUriCould you check into this and propose a solution?
The text was updated successfully, but these errors were encountered: