Closed mlooise closed 7 years ago
@mlooise Nice catch!
You should be able to submit a pull request for this if interested, I will take a stab at fixing this and adding some tests later today (still have pending to review some things before completing the update to the v2.4 SDK)
@mlooise Build 0.27.0-build52604 is now out with this fix. Let us know if you find any other issues!
Hi All,
I've stubled upon a problem with the clientTelemetry Extension in the WCF extension (Microsoft.ApplicationInsights.Wcf.ClientTelemetryExtensionElement). This extension seems to completely loose the timouts on a binding that have been pre-configured through e.g. the web.config. What i have discovered is that somewhere in the code (in ClientTelemetryEndpointBehavior.cs, AddBindingParameters) A completely new binding is created with no timout info. I would like to change this to not loose this information ... Something like;
I have done this on my local repo and created my own local nuget package. I would like to contribute but I am not allowed. @tomasr Could you have a look and maybe allow me to push on some branch?
Regards, Martin