You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
After setting the error message the function should return `RMW_RET_ERROR`. The quick fix would be to just add the return statement in the cases it is missing.
The "correct" fix would be to update the structure of the code to store the return value in a value but still perform the other cleanup and only at the very end `return`.
I will provide PR for the quick fix and started an issue for the correct fix.
The text was updated successfully, but these errors were encountered:
Bug report
Required Info:
Operating System:
Installation type:
(
RMW_SET_ERROR_MSG("Failed to get detach condition from waitset");
)
rmw_connext/rmw_connext_shared_cpp/include/rmw_connext_shared_cpp/wait.hpp
Line 254 in 661993a
(
RMW_SET_ERROR_MSG("Failed to get detach condition from waitset");
)
rmw_connext/rmw_connext_shared_cpp/include/rmw_connext_shared_cpp/wait.hpp
Line 288 in 661993a
(
RMW_SET_ERROR_MSG("Failed to get detach condition from waitset");
)
rmw_connext/rmw_connext_shared_cpp/include/rmw_connext_shared_cpp/wait.hpp
Line 321 in 661993a
(
rmw_connext/rmw_connext_shared_cpp/include/rmw_connext_shared_cpp/wait.hpp
Line 353 in 661993a
Steps to reproduce issue
Quoting @dirk-thomas
I will provide PR for the quick fix and started an issue for the
correct
fix.The text was updated successfully, but these errors were encountered: