We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, control command never block, as blocking is achieved by the client:
localrest/source/geod24/LocalRest.d
Line 1235 in 1924790
This can create undesirable situations, for example when things need to be restarted in a certain order to avoid crashes.
Actually a synchronous start could also make sense 🤔
EDIT: Less of a worry because we got a channel we can wait on.
The text was updated successfully, but these errors were encountered:
Thread.join()
No branches or pull requests
Currently, control command never block, as blocking is achieved by the client:
localrest/source/geod24/LocalRest.d
Line 1235 in 1924790
This can create undesirable situations, for example when things need to be restarted in a certain order to avoid crashes.
Actually a synchronous start could also make sense 🤔
EDIT: Less of a worry because we got a channel we can wait on.
The text was updated successfully, but these errors were encountered: