The last few days I’ve been hunting down a problem which is quite common under users of WCF. It seems WCF will only honor a specified amount of concurrent connections ( at default this will be 10 concurrent connections ) before ‘freezing’. The most common causes of this ‘freeze’ are : forgetting to Close() the client […]