Conversation
mdlayher
left a comment
There was a problem hiding this comment.
Thanks for this! The Go stable CI failure appears to be related to an outdated dependency so I've pushed a new commit. Could you please rebase on master?
In addition, if possible, I would love to see a test with a very short dial timeout to verify that the applied timeout parameter does take effect.
|
OK, i will try to add a new test case for timeout |
Signed-off-by: Ning Bo <ning.bo9@zte.com.cn>
|
I have rebased and add a test for timeout.
|
|
Thank you for the PR and I apologize for the delay: I am mostly on hiatus from open source software development at the moment. However I intend to address this and the other outstanding PRs as part of #45 and will follow up once I'm able to do so. Thanks again. |
|
Hi there, I apologize for the delay. With the advent of v1.0.0, perhaps it might make sense to add timeout as a parameter to the I'll do some investigation into what socket options are available too. |
|
I wonder if DialContext would be more flexible. It would also match the net and gRPC packages: |
|
How would this be done in the current version? Is there some other way to do this? |
We need to use
Dialwith timeout feature in Kata, see kata-containers/runtime#1917 (comment)Signed-off-by: Ning Bo ning.bo9@zte.com.cn