aboutsummaryrefslogtreecommitdiff
path: root/xA
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2025-05-08 13:04:22 +0200
committerPřemysl Eric Janouch <p@janouch.name>2025-05-08 13:33:59 +0200
commita3dd82d6be22d5874136688f27f58dd9e67971cf (patch)
treeaf94838d7149ed83ec2c4446f59ac15f817dfcca /xA
parentd572cfeb40b996a898f6d67d273fac2fab37c86e (diff)
downloadxK-master.tar.gz
xK-master.tar.xz
xK-master.zip
WIP: Acknowledge received commandsHEADmaster
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
Diffstat (limited to 'xA')
-rw-r--r--xA/xA.go2
1 files changed, 2 insertions, 0 deletions
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++