-
Notifications
You must be signed in to change notification settings - Fork 78
timeout setting for Request #151
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
timeout setting for Request #151
Conversation
3ab701e
to
5227718
Compare
5227718
to
6a98842
Compare
Had to force-push twice because of JS formatting fixes. Srry. |
@chekoopa Libraries in the Do you mind switching over to use ES5 in the FFI file? Most likely that will also resolve the parse issue with the foreign JS as well. In this case it mostly looks like that comes down to swapping |
@thomashoneyman Sure, done that, let's see what Travis would say. |
Checked the documentation and looks like setting 0 is the correct setting for "no timeout", so the |
Yes, I've done it first without Maybe, but '0 ms' as a default value may create some misconceptions. |
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.
I think this should have been released as a breaking change - adding the field to |
🤕 don't release late at night. I've updated the release to be |
A simple timeout feature with Maybe field in Request. Test case included. Closes #143.
It was easier than I've thought.