diff options
Diffstat (limited to 'xM/main.swift')
-rw-r--r-- | xM/main.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xM/main.swift b/xM/main.swift index 48f26c4..1235f04 100644 --- a/xM/main.swift +++ b/xM/main.swift @@ -175,6 +175,8 @@ class RelayRPC { let m = RelayCommandMessage(commandSeq: self.commandSeq, data: data) if let callback = callback { self.commandCallbacks[m.commandSeq] = callback + } else { + // TODO(p): Add an empty callback. } var w = RelayWriter() |