From a3dd82d6be22d5874136688f27f58dd9e67971cf Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 8 May 2025 13:04:22 +0200 Subject: WIP: Acknowledge received commands Event the smallest protocol change has great consequences. Relay events have been reordered to improve forward compatibility. WIP: - xM handling (send) - xA handling (relaySend) - xC: fix connection killing --- xA/xA.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xA/xA.go') diff --git a/xA/xA.go b/xA/xA.go index 707a280..118394f 100644 --- a/xA/xA.go +++ b/xA/xA.go @@ -339,6 +339,8 @@ func relaySend(data RelayCommandData, callback callback) bool { } if callback != nil { commandCallbacks[m.CommandSeq] = callback + } else { + // TODO(p) } commandSeq++ -- cgit v1.2.3-70-g09d2