-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Feature request
Feature description
Converting from TODO for visibility:
rcl/rcl/test/rcl/test_subscription.cpp
Lines 178 to 180 in 94b5a1d
| // 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.
jacobperron and fujitatomoya
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers