eclipse-uprotocol / up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol
Apache License 2.0
5 stars 15 forks source link

Support `UTransport::send()` to be able to send Request & Notification messages #37

Open PLeVasseur opened 5 months ago

PLeVasseur commented 5 months ago

UTransport::send() should be able to handle all message types, including Request messages

Currently it can only support Publish and Response type messages.

You could reference the up-client-zenoh-rust code to see how this can be accomplished.