eProsima / Fast-DDS

The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
Apache License 2.0
2.06k stars 738 forks source link

[20953] Fix Proxy block in TypeLookup Service #4901

Closed cferreiragonz closed 1 month ago

cferreiragonz commented 1 month ago

Description

This PR fixes two minor data races and solves a bugfix in which the Proxy Pool was running out of Proxies due multiple requests of the TypeLookup Service. Now, if the type is not known, a copy of the Proxy is made to avoid blocking the discovery.

Contributor Checklist

Reviewer Checklist

cferreiragonz commented 1 month ago

@richiprosima please test this

cferreiragonz commented 1 month ago

@richiprosima please test_3 this