Matt Connew

Results 286 comments of Matt Connew

I plan to release a new build in the next day or two which will include this.

This will use the work from #273

We are working on both measuring the performance in a more formal way (we know it's in the same ballpark as WCF on .NET Framework) and have some proactive improvements...

A quick question, are you using HTTP and are IIS hosted? If so, I would expect a significant speed up. Self hosted WCF can handle about twice the throughput of...

Do you have a lot of connect/disconnect happening. If so I recommend making sure you test performance with the expected rate of connect/disconnect. When I first worked on the prototype,...

@iyrwis, are you able to provide a simple repro project? This is starting to sound like an implementation bug which only manifests with some scenarios.

@iyrwis, I've tracked down the problem to caching of a reply channel. It's the RequestContext that knows how to reply back to the original request so we can reuse the...

@Pavel-Ishutin, I think that might be an unrelated issue. I've created a fix for the issue seen here. It would be great to know if it does fix what you...

This comment is purely about counters. WCF already has extensive performance counters defined. I have a query out with someone who knows the OpenTelemetry space really well if there's any...