diff --git a/implementation/service_discovery/src/service_discovery_impl.cpp b/implementation/service_discovery/src/service_discovery_impl.cpp index de6e8467c..44a8a07f5 100644 --- a/implementation/service_discovery/src/service_discovery_impl.cpp +++ b/implementation/service_discovery/src/service_discovery_impl.cpp @@ -2510,13 +2510,6 @@ service_discovery_impl::handle_eventgroup_subscription_nack( _service, _instance, _eventgroup, ANY_EVENT, PENDING_SUBSCRIPTION_ID); // TODO: This is a dummy call... } - - - if (!its_subscription->is_selective()) { - auto its_reliable = its_subscription->get_endpoint(true); - if (its_reliable) - its_reliable->restart(); - } } } }