We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following this PR: eclipse-zenoh/zenoh#736 the Publisher::write(SampleKind, Value) API has been removed, but it is exposed in zenoh-java/kotlin here: https://eclipse-zenoh.github.io/zenoh-kotlin/zenoh-kotlin/io.zenoh.publication/-publisher/write.html?query=fun%20write(kind:%20SampleKind,%20value:%20Value):%20Resolvable It should also be removed there because it's not part of the core API
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the release item
Following this PR: eclipse-zenoh/zenoh#736
the Publisher::write(SampleKind, Value) API has been removed, but it is exposed in zenoh-java/kotlin here: https://eclipse-zenoh.github.io/zenoh-kotlin/zenoh-kotlin/io.zenoh.publication/-publisher/write.html?query=fun%20write(kind:%20SampleKind,%20value:%20Value):%20Resolvable
It should also be removed there because it's not part of the core API
The text was updated successfully, but these errors were encountered: