Skip to content
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

The request was routed to the listener but the listener did not respond in the required time #55

Open
copeworks opened this issue Dec 16, 2020 · 2 comments

Comments

@copeworks
Copy link

Description

Using this sample https://github.com/Azure/azure-relay/tree/master/samples/hybrid-connections/dotnet/hcreverseproxy to access an on-premise http endpoint that takes more than 60 seconds to respond results in the error "The request was routed to the listener but the listener did not respond in the required time". Despite increasing the operationtimeout calls still timeout after 60 seconds on the client. The call does eventually complete within RequestHandler in HybridConnectionReverseProxy but http client has timed out by this point.

Actual Behavior

  1. Http client call to hybrid connection times out after 60 seconds despite increasing the OperationTimeout to 2 minutes via connection string

Expected Behavior

  1. Http client call to hybrid connection to not time out after 60 seconds, but timeout after 2 minutes.
@maxwowpow
Copy link

@dlstucki any one who can recommend a thing or two for this? I'm very interested too.

@acandylevey
Copy link

Facing the same issue here. HttpClient.SendAsync with a custom CancellationToken for 2 minutes fails after 1 minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants