Long delays in my WCF service implementation are blocking my WPF UI. When I make the methods run in a new thread the problem is solved, but I can’t answer my clients synchronously this way. I think WCF is using the UI thread. How to prevent this?
Share
Try to decorate your WPF Hosted WCF Service with