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
I think
message = "Network error on read from #{connection.hostport} while adding job, marking server bad"
should be
message = "Network error on read from #{connection.to_host_port} while adding job, marking server bad"
I don't see hostport defined in the Connection class
hostport
Connection
The text was updated successfully, but these errors were encountered:
Was this fixed?
Sorry, something went wrong.
Hmmm not sure I ever got the pull request completed for this but here's the fix: tamoyal@4d03d23 ...quite simple
And here is the PR: #27
@johnewart any chance we can get this pulled in?
No branches or pull requests
I think
should be
I don't see
hostport
defined in theConnection
classThe text was updated successfully, but these errors were encountered: