Support Board
Date/Time: Fri, 29 Nov 2024 19:43:12 +0000
Post From: DTC Protocol - JSON heartbeat (ping client->server) - bug?
[2023-01-23 17:39:46] |
User230940 - Posts: 121 |
Hello, I am trying to implement my necessary DTC Communication in Perl. And I am failed on the missing heartbeat within 20 seconds. $ping = new Frame('', true, Frame::OP_PING); I expect the $PING is a JSON Format Value, what content is it? If I would write it be text, what do I have to send as Heartbeat? Thanks best regards Carsten |