Skip to content

Commit 4ffec04

Browse files
committed
[eclipse-iceoryx#139] Update changelog, remove dead code
1 parent 0e27ca5 commit 4ffec04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/release-notes/iceoryx2-unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* Fix failing reacquire of delivered samples in the zero copy receive channel [#130](https://github.com/eclipse-iceoryx/iceoryx2/issues/130)
4545
* Fix receiving of invalid samples when subscriber is connected [#131](https://github.com/eclipse-iceoryx/iceoryx2/issues/131)
4646
* Fix problem where sample is released to the wrong publisher [#133](https://github.com/eclipse-iceoryx/iceoryx2/issues/133)
47+
* Fix event notifier deadlock with reconnecting listeners [#139](https://github.com/eclipse-iceoryx/iceoryx2/issues/139)
4748
* Fixes for FreeBSD 14.0 [#140](https://github.com/eclipse-iceoryx/iceoryx2/issues/140)
4849
* Fix segfault in `iceoryx2-pal-posix;:shm_list()` caused by `sysctl`
4950
* Adjust test to handle unordered event notifications

iceoryx2/src/port/notifier.rs

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ impl std::error::Error for NotifierCreateError {}
6767
/// Defines the failures that can occur while a [`Notifier::notify()`] call.
6868
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
6969
pub enum NotifierNotifyError {
70-
OnlyPartialUpdate,
7170
EventIdOutOfBounds,
7271
}
7372

0 commit comments

Comments
 (0)