Bug report
Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
Steps to reproduce issue
On a Windows box, do the following with and without a daemon node running:
- Start an action server
ros2 run action_tutorials_cpp fibonacci_action_server
- Ensure daemon is not running
- Query action server info
ros2 action info /fibonacci_action_server
Expected behavior
Querying with and without a daemon running takes a comparable amount of time.
Actual behavior
Querying with a daemon running takes a way longer.
Bug report
Required Info:
Steps to reproduce issue
On a Windows box, do the following with and without a daemon node running:
Expected behavior
Querying with and without a daemon running takes a comparable amount of time.
Actual behavior
Querying with a daemon running takes a way longer.