Bug report
Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
Steps to reproduce issue
SubscriptionOptions options;
options.topic_stats_options.publish_period = 0ms;
node->create_subscription(..., options);
Expected behavior
Throw an error, or don't publish, not sure which is more appropriate.
Actual behavior
Publishes at about 2500Hz, probably the rate of the spin loop?
Additional information