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
Similar to the std's Vec has a is_empty() method this would be nice for quick checks on whether there is a need to produce messages instead of publisher.subscriber_count() != 0.
The text was updated successfully, but these errors were encountered:
Similar to the std's Vec has a
is_empty()
method this would be nice for quick checks on whether there is a need to produce messages instead ofpublisher.subscriber_count() != 0
.The text was updated successfully, but these errors were encountered: