WCF Semaphore timeout expired

I have an asp.net (3.5) application that connects to a WCF service using http binding. The service does some serialization in Xml and on some servers we get this:

Exception type: System.ServiceModel.CommunicationException, An unhandled WCF error was thrown.

Message: Semaphore timeout period expired in System.ServiceModel.Channels.BufferedOutputAsyncStream.ByteBuffer.WaitForWriteComplete ()

at System.ServiceModel.Channels.BufferedOutputAsyncStream.NextBuffer ()

Any idea? Could it be related to problems

+3


source to share





All Articles