eclipse-uprotocol / up-spec

uProtocol Specifications
Apache License 2.0
32 stars 25 forks source link

Remove the CallOptions message #133

Closed gregmedd closed 4 months ago

gregmedd commented 4 months ago

CallOptions is never sent as a uProtocol message. Instead of being a layer-0 message, it was used as a layer-2 client API.

It is being removed in favor of allowing language-specific API libraries to define the most appropriate function signatures for the language.

Addresses issue #132