Problem with asynchronous concurrent calls an Windows Azure
-
Hello together, i've got some issues with my WCF Service. When i run my Service in Windows Azure with more than one Instance and calling some asynchronous Methods parallel, i get some exceptions like "Connection is faulted", "The Sequence is not available" and so on. The most problems have to do with my reliable sessions. The Service runs with InstanceContextMode.PerSession and ConcurrencyMode.Multiple. The exceptions doesn't come if i run my tasks synchrone. I've enabled serviceThrotteling maxConcurrentCalls="1000000" maxConcurrentSessions="1000000" maxConcurrentInstances="1000000" and set the ReceiveTimeout to 10 hours (10:00:00), and also set the MaxItemsInObjectGraph=100000. What's to do now? Can anyone help me please? I need to run my service in multiple Sessions and with multiple Concurrent Connections. Thank you