eclipse-uprotocol / up-streamer-rust

Generic uStreamer implementation written in Rust
Apache License 2.0
1 stars 13 forks source link

Add check for shared mem payload type #35

Closed brianeaton closed 3 months ago

brianeaton commented 3 months ago

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

PLeVasseur commented 3 months ago

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 commented 3 months ago

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

PLeVasseur commented 3 months ago

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