wcf 操作即将死锁出现了如下错误:网上查找资料,说是在服务契约的时候要写上
[ServiceBehavior( IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]