Hi community,
I am trying to integrate freemaster pipes for logging (and maybe use more of its functionality later on).
As I am running linux I tried to go the freemaster light + python path.
I can properly connect but when trying to open the pipeline and print my piped log messages I am not receiving any data via the rpc server.
To verify the target implementation I also checked via the Windows GUI which could read the pipe properly, so the issue seems to be on the PC side.
See attached example python script. Any hints welcome.
best regards
Never mind, seems I have to explicitly call PipeFlush on the receiver side. Did not expect that. Attached the working example as reference.