Problem with /rr_reply
-
I'm creating my own duet management gui and I came across a problem with /rr_reply when I send rr_gcode with the appropriate parameters and it is sent in a longer time interval, e.g. 5 seconds, it worked properly, but when we send it quickly, the current ones are added to the previous response and that's how I get them. Is there a solution for this? What could it be related to? I'll add that I created a mechanism in accordance with https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests#http-client, i.e. I check in the interval whether the seqs are not changing and then I send /rr_reply
Thanks in advance for your answer
-
@Seba7890 Are you using session keys as described on the same page?
-
@chrishamm yes, I send the session key in the header, I also checked how the duet gui does it and I have the same