client to separate messages in default handler for subscriptions with CRLF

This commit is contained in:
James Mills 2018-03-25 23:45:03 -07:00
父節點 ded301df46
當前提交 ae3e69ee98
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AC4C014F1440EBD6

查看文件

@ -76,6 +76,7 @@ func (c *Client) Handle(msg *msgbus.Message) error {
}
os.Stdout.Write(out)
os.Stdout.Write([]byte{'\r', '\n'})
return nil
}