Skip to content
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

Add check for shared mem payload type #35

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

brianeaton
Copy link
Contributor

Any messages received which have UPayloadFormat of UPAYLOAD_FORMAT_SHM should have their UAttributes logged and then dropped.

Copy link
Contributor

@PLeVasseur PLeVasseur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @brianeaton -- thanks for the PR!

Take a look at some suggestions below.

@PLeVasseur PLeVasseur linked an issue Aug 9, 2024 that may be closed by this pull request
@PLeVasseur
Copy link
Contributor

I think I need to fix the workflow triggers for this repo, as they are not firing. I'll go do so, then ask you to rebase and we'll make sure the workflow triggers.

@PLeVasseur
Copy link
Contributor

Workflow triggers fix has been merged. Feel free to now rebase and squash to a meaningful commit history.

Copy link
Contributor

@matthewd0123 matthewd0123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Just one comment on formatting.

brianeaton added a commit to brianeaton/up-streamer-rust that referenced this pull request Aug 12, 2024
* Prevent payloads of shared memory type from being forwarded

Implements [eclipse-uprotocol#30]
brianeaton added a commit to brianeaton/up-streamer-rust that referenced this pull request Aug 12, 2024
* Prevent payloads of shared memory type from being forwarded

Implements [eclipse-uprotocol#30]
@brianeaton brianeaton requested a review from PLeVasseur August 12, 2024 18:23
@PLeVasseur
Copy link
Contributor

@brianeaton -- after we get #20 in, could you please rebase on main, then I'll merge yours?

Copy link
Contributor

@PLeVasseur PLeVasseur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Can you rebase now that #20 has merged?

brianeaton added a commit to brianeaton/up-streamer-rust that referenced this pull request Aug 12, 2024
* Prevent payloads of shared memory type from being forwarded

Implements [eclipse-uprotocol#30]
* Prevent payloads of shared memory type from being forwarded

Implements [eclipse-uprotocol#30]
@PLeVasseur PLeVasseur merged commit f291e0b into eclipse-uprotocol:main Aug 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter out shared memory messages
3 participants