0.8.0-alpha.1
Pre-release
Pre-release
Introducing a new API for Zenoh-RPC, with this API state transitions for the server are gone, and the server object and internals have been simplified.
The new API is similar to any gRPC/REST API, where the server receives a Request and sends Result<Response, Status>
while this is less ergonomic it allows sending metadata and other meta information associated with the request.
Such metadata are (or will be) sent wire-efficiently in Zenoh leveraging on attachments.
What's Changed
Full Changelog: v0.6.0-alpha1...v0.8.0-alpha.1