DigitalArtifex / QKlipper

Qt based Klipper/Moonraker library
GNU General Public License v3.0
2 stars 0 forks source link

Remote RPC Formatting Error #1

Open DigitalArtifex opened 2 weeks ago

DigitalArtifex commented 2 weeks ago

There is an issue with formatting the RPC message for remote instances. This effects several methods including connection.identify and printer.objects.subscribe

DigitalArtifex commented 2 weeks ago

I believe the error may be due to QWebSocket adding extra bytes to the messages sent as it doesn't function like a typical socket