eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
449 stars 22 forks source link

Port iceoryx1 waitset bitset to iceoryx2 to handle overflowing events #139

Closed elfenpiff closed 2 months ago

elfenpiff commented 3 months ago

Required information

Currently, the event cannot handle trigger overflows and the notifier receives connection failures when the listener goes out of scope while the notifier is triggering. Furthermore, the tests in service_event_tests.rs named concurrent*** segfault sometimes.

To address the issues: