iceoryx2 icon indicating copy to clipboard operation
iceoryx2 copied to clipboard

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust

Results 52 iceoryx2 issues
Sort by recently updated
recently updated
newest added

## Required information When a publisher sends a sample and goes out of scope right after sending, the subscriber will update its 1-to-1 connection due to the change in the...

invalid

## Required information **Operating system:** * OS Windows 2019 Server **Rust version:** Output of: rustc 1.73 **Cargo version:** Output of: cargo 1.73 **elkodon version:** `main` branch **Observed result or behaviour:**...

bug

## Brief feature description The ability to quickly communicate with the maintainers of iceoryx2 or to promote new features requires some kind of social media accounts. Explore what kind of...

## Brief feature description When an application crashes, it can happen that a service is only partially removed and becomes unusable. An internal service and/or a command line application shall...

## Brief feature description From https://github.com/elkodon/elkodon/issues/25#issuecomment-1793128951 ======== @elfenpiff I found this https://stackoverflow.com/questions/35988775/how-can-i-cause-a-panic-on-a-thread-to-immediately-end-the-main-thread/36031130#36031130 The following code would terminate the whole test when an assert in a thread fails. It can also...

enhancement

## Brief feature description Currently, the `enable_safe_overflow` behavior is part of the service but it should be actually a subscriber property for its buffer behavior. Comment from @elBoberido : I...

## Brief feature description The error handling strategy must be documented. * That we use `enum`s as error codes * A strategy how internal error codes from a lower architectural...

documentation
enhancement

## (Code) Example Of Cumbersome API Currently, it can happen that due to some API adjustments code examples in the markdown files are no longer running. The [Geoffrey](https://github.com/ekxide/geoffrey) solves this...

enhancement

## Brief feature description Currently, the publish-subscribe benchmark is working in one process between two threads. The benchmark shall be extended so that it can also run between two distinct...

## Required information **Operating system:** * OS Ubuntu 22.04 LTS aarch64 **Rust version:** Output of: rustc 1.73.0 **Cargo version:** Output of: cargo 1.73.0 **elkodon version:** `main` branch **Observed result or...

bug