eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Fix function parameters of UTransport trait #30

Closed sophokles73 closed 7 months ago

sophokles73 commented 8 months ago

The documentation of the "send" function's parameters has been adapted to match the semantics of the properties of UMessage.

sophokles73 commented 7 months ago

@stevenhartley Can you create a new tag in the up-core-api repository once https://github.com/eclipse-uprotocol/up-core-api/pull/102 has been merged so that I can update this PR to pull in the changes from the protos?

sophokles73 commented 7 months ago

@stevenhartley can you merge this?