Hi there,
I’m writing a sort of playback server which I want to controll from a different process. So I want to use the InterprocessConnection.
To keep all options I thought, I could also connect it to the stdin.
Is that possible?
Is there a special NamedPipe for that?
Or will I have to read in the main loop and call the callback of the IPC myself?
2nd question, is the MessageBlock in the callback always a full package, or will I have to check myself, if there will be more data?
Thanks…