This commit is contained in:
Joey Hess 2020-12-04 15:00:49 -04:00
parent 4d9f416949
commit 27f221cd7e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -48,4 +48,5 @@ A few notes on implementing that:
new output type by sending the message through the pipe, and also new output type by sending the message through the pipe, and also
building any json object, and sending it through the pipe once it's done. building any json object, and sending it through the pipe once it's done.
> Started work on this in the message-serialization branch. --[[Joey]] > This is implemented in the message-serialization branch. Not merged
> pending actually using it. --[[Joey]]