Skip to content

Commit

Permalink
Remove clear_multicast_endpoints() in unsubscribe.
Browse files Browse the repository at this point in the history
The clearing multicast endpoints stops any multicast messages
receiving without recovering if TTLs are not expairing.

Co-authored-by: Aram Khzarjyan <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
akhzarj committed Mar 21, 2024
1 parent 55284c5 commit 83fe7db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions implementation/routing/src/routing_manager_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,6 @@ void routing_manager_impl::unsubscribe(
PENDING_SUBSCRIPTION_ID);
}
}
ep_mgr_impl_->clear_multicast_endpoints(_service, _instance);

} else {
VSOMEIP_ERROR<< "SOME/IP eventgroups require SD to be enabled!";
}
Expand Down

0 comments on commit 83fe7db

Please sign in to comment.