Skip to content

Commit

Permalink
Core Services Bugfix: Service response header now contains the method…
Browse files Browse the repository at this point in the history
… name again

Fixes #937, a bug that was introduced with commit 419d7f3
  • Loading branch information
FlorianReimold committed Jan 20, 2023
1 parent de39807 commit df71cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecal/core/src/service/ecal_service_server_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ namespace eCAL
// get method
SMethod method;
auto& request_pb_header = request_pb.header();
response_pb_mutable_header->set_mname(request_pb_header.mname());
{
std::lock_guard<std::mutex> lock(m_method_map_sync);

Expand Down

0 comments on commit df71cc5

Please sign in to comment.