Skip to content

Commit

Permalink
[eclipse-iceoryx#100] Solve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Feb 20, 2024
1 parent 5d53c95 commit bb0110e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iceoryx2/src/port/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ impl<Service: service::Service> DataSegment<Service> {
* try_send => we tried and expect that the buffer is full
* */
}
Err(ZeroCopySendError::ClearRetrieveChannelBeforeSend) => {
warn!(from self, "Unable to send sample via connection {:?} since the retrieve buffer is full. This can be caused by a corrupted retrieve channel.", connection);
}
Ok(overflow) => {
self.borrow_sample(address_to_chunk);
number_of_recipients += 1;
Expand Down Expand Up @@ -566,7 +563,6 @@ impl<Service: service::Service, MessageType: Debug> Publisher<Service, MessageTy
pub fn loan_uninit(
&self,
) -> Result<SampleMut<MaybeUninit<MessageType>, Service>, PublisherLoanError> {
self.data_segment.retrieve_returned_samples();
let msg = "Unable to loan Sample";

if self.data_segment.loan_counter.load(Ordering::Relaxed)
Expand Down

0 comments on commit bb0110e

Please sign in to comment.