Hi.
I'm using the Exec node to run python scripts.
When the spawn mode is selected (-u python command to disable buffering is included) I randomly get msg.payload that isn't terminated with /n.
The missing /n will then appear in a new msg.payload that only contains /n.
Image:
- (A) a normal msg.payload with the /n nicely intact.
- (B) the payload without /n.
- (C) the /n in its very own payload.
I'm certain this doesn't somehow originate from the python script since I've done some thorough testing and the output doesn't contain /n..
Off course I can filter / ignore this but I'm curious to know if its a known issue.
Regards