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
Integration tests are broken in olric-cli package. The configuration structure should be refactored to support new TCP client config structure.
var testConfig = &client.Config{ DialTimeout: time.Second, KeepAlive: time.Second, MaxConn: 10, }
The text was updated successfully, but these errors were encountered:
Done 47e17b1
Sorry, something went wrong.
buraksezer
No branches or pull requests
Integration tests are broken in olric-cli package. The configuration structure should be refactored to support new TCP client config structure.
The text was updated successfully, but these errors were encountered: