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
// TODO(wjwwood): add logic to wait for the connection to be established
// probably using the count_subscriptions busy wait mechanism
// until then we will sleep for a short period of time
There are a few places in the test_subscription code (and possibly other places) where we make use of a fixed delay to wait for publications/subscriptions to become available. This should be converted to make use of count_publications/count_subscriptions when possible.
The text was updated successfully, but these errors were encountered:
Feature request
Feature description
Converting from TODO for visibility:
rcl/rcl/test/rcl/test_subscription.cpp
Lines 178 to 180 in 94b5a1d
There are a few places in the
test_subscription
code (and possibly other places) where we make use of a fixed delay to wait for publications/subscriptions to become available. This should be converted to make use ofcount_publications
/count_subscriptions
when possible.The text was updated successfully, but these errors were encountered: