Marcel Luhmann
Marcel Luhmann
yes, but I expect an exit value from the whole compose. This command is just one line of one service. And just to make sure, my issue is not the...
I have added the following to the end of the *run* function ```python if exit_code != 0: sys.exit(exit_code) ``` It now returns the exit code, additionally to the printed line....
I know and I now get the idea why it's more complicated than I initially thought. The errors of podman are ignored on purpose (due to already existing asserts) and...
I have the same issue and can't find a way to avoid it. Manually changing the created service file and adding timeouts and restart restrictions, does not solve the issue....
In my opinion proper exit codes are needed for any podman-compose command. But in that case, a complete rework of all commands relying on that 0 return value is needed....
yes, I almost forgot about that. I am not working with the newest grpcurl because of this issue. [https://github.com/fullstorydev/grpcurl/issues/496](https://github.com/fullstorydev/grpcurl/issues/496) Thanks for the hint, I will go back to an older...
Hi Leeable, did you already found the tutorial [here](https://plcnext.help/te/Programming/Cplusplus/Function_blocks_in_Cpp.htm)? It is more of a step by step instruction to get startet with the Visual Studio Template. After that, the Parts...