Closed sharonx closed 6 years ago
Thanks for PR @sharonx
@dtregonning HEC doesn't accept empty string. But empty string is acceptable by JSON as value.
Here I'm trying to decode the message while reading from the fifo. If it is empty, the message is discarded so it won't make it to the json marshal stage.
@chenziliang thanks for the comments. I updated the PR.