azure-relay icon indicating copy to clipboard operation
azure-relay copied to clipboard

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

Open copeworks opened this issue 3 years ago • 1 comments

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.

copeworks avatar Dec 16 '20 15:12 copeworks

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

maxwowpow avatar Jun 13 '23 02:06 maxwowpow