How do I send a one way message without a payload
Opened this issue · 1 comments
lockieluke commented
Is the following possible:
try self.connection.sendOnewayMessage(name: CommandSet.cleanup)
CharlesJS commented
Not currently, although you can simply send a "dummy" payload such as an empty string, a zero, etc.
This may be a good idea for future enhancement.