Skip to content

Commit

Permalink
keep the original logic as much as possible
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
  • Loading branch information
Chen Lihui committed Oct 13, 2020
1 parent 1bc6761 commit 9125964
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/roscpp/src/libros/service_server_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ void ServiceServerLink::onResponseOkAndLength(const ConnectionPtr& conn, const b
{
{
boost::mutex::scoped_lock lock(call_queue_mutex_);
current_call_->finished_ = true;
current_call_->finished_condition_.notify_all();
current_call_->call_finished_ = true;
}
ROS_ERROR("a message of over a gigabyte was " \
Expand Down

0 comments on commit 9125964

Please sign in to comment.