CharlesJS/SwiftyXPC

How do I send a one way message without a payload

Opened this issue · 1 comments

Is the following possible:

try self.connection.sendOnewayMessage(name: CommandSet.cleanup)

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.