File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ void tcp_client_endpoint_impl::restart(bool _force) {
115
115
<< std::setw (4 ) << its_session << " ]"
116
116
<< " size: " << std::dec << q.first ->size ();
117
117
}
118
+ self->sending_blocked_ = false ;
118
119
self->queue_ .clear ();
119
120
self->queue_size_ = 0 ;
120
121
}
Original file line number Diff line number Diff line change @@ -1406,7 +1406,7 @@ service_discovery_impl::process_serviceentry(
1406
1406
VSOMEIP_ERROR << __func__ << " : Unsupported service entry type" ;
1407
1407
}
1408
1408
} else if (its_type != entry_type_e::FIND_SERVICE
1409
- && (_sd_ac_state.sd_acceptance_required_ || _sd_ac_state.accept_entries_ )) {
1409
+ && (! _sd_ac_state.sd_acceptance_required_ || _sd_ac_state.accept_entries_ )) {
1410
1410
// stop sending find service in repetition phase
1411
1411
update_request (its_service, its_instance);
1412
1412
You can’t perform that action at this time.
0 commit comments