iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

make runtime::PROCESS_WAITING_FOR_ROUDI_TIMEOUT runtime configurable

Open niclar opened this issue 1 year ago • 1 comments

To aid debugging it would be nice if one could supply a (custom) runtime::PROCESS_WAITING_FOR_ROUDI_TIMEOUT when instantiating the posh runtime.

niclar avatar Jun 14 '23 12:06 niclar

@niclar that would be one option. Ideally it would be nice to make the runtime respect Ctrl+C when the app is waiting. Or is your intention more related to increasing the timeout.

elBoberido avatar Jun 14 '23 14:06 elBoberido

@niclar there is now an experimental API which can be used to control the wait timeout and Ctrl+C now also works on the current API. I would close this issue if that's what you meant when opening it.

elBoberido avatar Mar 05 '24 15:03 elBoberido