Is there an already existing issue for this?
Expected behavior
Does not depend on deprecated class from asio
Current behavior
Does depend on deprecated class from asio
Steps to reproduce
- look for
asio::io_service
- find it
- look in asio docs to see it is deprecated
Fast DDS version/commit
3fcf91b
Platform/Architecture
Ubuntu Focal 20.04 amd64, Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
asio::io_service was removed in asio 1.33.0, which is causing build failures if built against this. This is an issue when trying to build ros2 on arch linux, as arch relies on the latest asio version, which is 1.34.0
XML configuration file
Relevant log output
Network traffic capture
No response
Is there an already existing issue for this?
Expected behavior
Does not depend on deprecated class from asio
Current behavior
Does depend on deprecated class from asio
Steps to reproduce
asio::io_serviceFast DDS version/commit
3fcf91b
Platform/Architecture
Ubuntu Focal 20.04 amd64, Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
asio::io_servicewas removed in asio 1.33.0, which is causing build failures if built against this. This is an issue when trying to build ros2 on arch linux, as arch relies on the latest asio version, which is 1.34.0XML configuration file
Relevant log output
Network traffic capture
No response