Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallible version of Runtime::init function #62

Open
phil-opp opened this issue Oct 26, 2022 · 1 comment
Open

Fallible version of Runtime::init function #62

phil-opp opened this issue Oct 26, 2022 · 1 comment

Comments

@phil-opp
Copy link

Right now the only way to initialize a Runtime is through the init function. This function blocks until it establishes a connection to the RouDi daemon, or terminates the whole process on a timeout. This is not desired for robust applications, so it would be good to also have a try_init(app_name) -> Result function that just returns an error in this case. Ideally, the wait timeout would also be configurable.

@elBoberido
Copy link
Member

@phil-opp I did not get notifications for the issue. It seems I have to adjust the my settings.

I think in order to make this work some changes in iceoryx itself are required. I think something like this would be valuable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants