Hi everyone,
I noticed an issue (or perhaps a misunderstanding of settings on my side) when running an exported patch as a Console application.
What happens:
- Inside the vvvv editor: When I run the patch, it runs continuously (infinitely) as expected.
- As an exported Console app: When I start the exported executable, it runs only for a single iteration (one pass / tick) and then immediately terminates and closes.
While having a “single-run” behavior can certainly be useful for specific automation tasks, the expected behavior for most console applications is to keep running continuously until manually closed or stopped by program logic.
My suspicion:
I suspect this might be related to how the main loop timer or a KeepAlive mechanism is handled in the exported executable compared to the editor. It seems like the exported version lacks the mechanism to keep the CLI process alive.
Is this the intended behavior (and is there a specific node or setting I need to use to keep it running), or is this a bug in the exporter?
Thank you for your build and help!

