-
Notifications
You must be signed in to change notification settings - Fork 192
Readtimeout is not implemented master #404
Comments
What are you doing at the minute? This line seems to be where the read timeout for the socket is set, its value is set here. If |
Thank you very much for the response. I am installing hyper using pip. So I think I am getting master branch installed and changes/implementations(you suggest) are on the development branch. How can I get those changes installed using pip? |
The following should work: clone the repo locally, and check out the |
Last question, any plan to merge the changes in to the master in near future? Thank you! you can close this issue |
That would be up to the repo owner, I'm just a passer by :) I can't close the issue unfortunately, you should be able to do that on your end |
I am using hyper version hyper 0.7.0 and I am facing an issue with my code. I am not able to find out how readtimeout works hyper.
During execution I found that connect timeout is there but in case we are able to connect to the endpoint but never received any ACK messages back from the endpoint the connection hangs in between.
The text was updated successfully, but these errors were encountered: