Hello everyone!
I am adding buttons for replay controls in my app and I’d like to add the ability to speed up or slow down the replay.
Increasing the speed (x2, x4, etc.) works fine, but when I try to slow it down, I need to send non-integer values (x0.25 or x0.5) and it doesn’t work.
I get this error on RTI DDS Spy.
However, when I change the replay speed through the XML config file and set it to "0.5", it works without any issue.
Does anyone have a solution to suggest, please?