-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update default timeouts #64
Conversation
8176b94
to
01f912d
Compare
- Use and set send_timeout by to 60 seconds in `socket_opts` - change reply_timeout to 60 seconds - change caller timeouts to infinity
16fd290
to
2c30c82
Compare
Do you think we should add these timeout details to either Client module or in README? I checked, we have reply_timeout in start_link doc, and generic socket_opts. May be we can add socket_opts send_timeout separately or some example. |
In fact, I do, I think I wanted to see how you felt about the changes first before documenting them :) Also need to add another test. ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
socket_opts