-
Notifications
You must be signed in to change notification settings - Fork 15
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
TODO: Timeout #3
Comments
By timeout, do you mean an unresponsive server that never closes the connection? |
Yes, did you have same timeout in mind? |
Well, I think it's a more general issue that we should try to solve on a higher level. See also: promises |
Looks great, but will add complexity to current implementation. I was looking for simple timeout feature. I'm not really into this React thing yet, but I expected that there is a HTTP client, and they usually support timeout. |
I'm interested to contribute fix for timeout handling. I just need some help.
@igorw What is the right place to implement this? I looked into
React\Socket\Connection
hoping it supports timout, but looks like it doesn't.The text was updated successfully, but these errors were encountered: