-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
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.
Hey @brianeaton -- thanks for the PR!
Take a look at some suggestions below.
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. |
Workflow triggers fix has been merged. Feel free to now rebase and squash to a meaningful commit history. |
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.
Looks good to me! Just one comment on formatting.
* 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]
@brianeaton -- after we get #20 in, could you please rebase on main, then I'll merge yours? |
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.
LGTM
Can you rebase now that #20 has merged?
* 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]
Any messages received which have UPayloadFormat of UPAYLOAD_FORMAT_SHM should have their UAttributes logged and then dropped.