Scenario:Client calls "ServiceA" which is a standard Singleton WCF service.Inside of a service method ServiceA calls another WCF service, "ServiceB"If the channel between "Service A" and "Service B" if faulted -> either by calling Channel.Abort in ServiceA or by faulting the channel in ServiceB, then there is a memory leak in ServiceA.
Product Version