Skip to content

Commit

Permalink
Refs 15766. Fixing sync issue on ProxyPool.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
  • Loading branch information
Miguel Barro committed Nov 11, 2022
1 parent 50388f0 commit 9d7259a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/fastrtps/utils/ProxyPool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ class ProxyPool

// return the resource
mask_.set(idx);

// notify the resource is free
cv_.notify_one();
}

public:
Expand Down

0 comments on commit 9d7259a

Please sign in to comment.