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
If you start the example sandbox as such:
docker-compose -f ../../docker-compose.yaml -f docker-compose.override.yaml up
Then stop, and restart, the clients do not manage to attach to the combiner (now set in the db).
Workaround: Flushing the db before restart.
How if should work: The default combiner name is "combiner" and the clients should manage to get assigned to this upon restart.
Severity
The text was updated successfully, but these errors were encountered:
Merge branch 'bugfix/GH-496' into feature/fedopt
7a20a6b
This has been solved via a more robust check usign grpc health checking.
Sorry, something went wrong.
ahellander
Successfully merging a pull request may close this issue.
If you start the example sandbox as such:
docker-compose -f ../../docker-compose.yaml -f docker-compose.override.yaml up
Then stop, and restart, the clients do not manage to attach to the combiner (now set in the db).
Workaround: Flushing the db before restart.
How if should work: The default combiner name is "combiner" and the clients should manage to get assigned to this upon restart.
Severity
The text was updated successfully, but these errors were encountered: