-
Notifications
You must be signed in to change notification settings - Fork 47
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
Refactor server in autoconfig #727
Conversation
🤔 once I run the tests locally, it runs into a fork-bomb for me. I even had to restart my computer because it froze up entirely. Do tests pass for you @adambabik? ![]() |
@sourishkrout sorry about that. I hit it once and I thought that I fixed it, but apparently I did not commit the file. The fix is in bdf9c4b. I also created #730 to take a closer look. The fork bomb prevention should be more bullet proof. |
|
This change consolidates instantiating a gRPC server in the
autoconfig
package.