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

Add option to run the aeron-client-conductor thread as a background thread. #99

Closed
Tomius opened this issue Aug 14, 2020 · 0 comments
Closed

Comments

@Tomius
Copy link

Tomius commented Aug 14, 2020

The AgentRunner on this line starts a foreground thread for the aeron client conductor.

So if I use this and the main thread of my application crashes in a way that is not able to Dispose the AeronClient, then this thread will keep the application alive indefinitely. I find this behavior very undesirable.

Would it be possible to add an option to start it as a background thread?

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