Skip to content
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

Add missing host parameter to exception call #283

Merged
merged 1 commit into from May 10, 2019
Merged

Add missing host parameter to exception call #283

merged 1 commit into from May 10, 2019

Conversation

tschmittni
Copy link
Contributor

send_error and recv_error create a Mongo.Error without
host and this fails with the following error message:

no function clause matching in Mongo.Error.exception/1
Mongo.Error.exception([tag: :tcp, action: "recv", reason: :timeout])

send_error and recv_error create a Mongo.Error without
host and this fails with the following error message:

no function clause matching in Mongo.Error.exception/1
Mongo.Error.exception([tag: :tcp, action: \"recv\", reason: :timeout])
@sourcelevel-bot
Copy link

Hello, @tschmittni! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

@ankhers ankhers merged commit 8a7e049 into elixir-mongo:master May 10, 2019
@ankhers
Copy link
Collaborator

ankhers commented May 10, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants