-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Attachment support for pub/sub #318
Conversation
* fix: build tests only in c11 * fix: remove c11 macros from examples * feat: add a way to force c99 standard * ci: add a c99 compilation test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cppcheck (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@jean-roland can I have a review? :D |
LGTM but since we are in a modularization effort in Zenoh-Pico, I believe there should be a |
Now this is only the first phase of attachments so that'll do, but for the final one we'd need a CI test checking that both configuration works and an attachment update on ** Approved ** |
Since we need pub/sub attachments earlier, and they're easier to implement, we merge them before enabling attachments in query/replies.
This PR also paves the way for query/replies attachment support, but their API still needs some work to ensure ownership stays clear.