We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bool update(CacheChange_t* change, const std::string& topic_name);
bool update(CacheChange_t* change, std::string topic_name);
v3.0.0
Ubuntu Focal 20.04 amd64, Windows 10 Visual Studio 2019
Default configuration, UDPv4 & SHM, TCPv4, Shared Memory Transport (SHM)
No response
The text was updated successfully, but these errors were encountered:
Hi @chunyisong, thanks for your report. I've opened a PR with the fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an already existing issue for this?
Expected behavior
bool update(CacheChange_t* change, const std::string& topic_name);
Current behavior
bool update(CacheChange_t* change, std::string topic_name);
Steps to reproduce
bool update(CacheChange_t* change, std::string topic_name);
Fast DDS version/commit
v3.0.0
Platform/Architecture
Ubuntu Focal 20.04 amd64, Windows 10 Visual Studio 2019
Transport layer
Default configuration, UDPv4 & SHM, TCPv4, Shared Memory Transport (SHM)
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: