c# - The request channel timed out while waiting for a reply -
i have small application uses wcf communicate webserver. program used 200 clients, , each client sending in 5-20 requests/min. looking @ error logs get: the request channel timed out while waiting reply after 00:00:59.9989999 the requests made follows: clientservice client = new clientservice(); client.open(); client.updateonline(userid); client.close(); this app.config <configuration> <configsections> </configsections> <startup><supportedruntime version="v2.0.50727"/></startup><system.servicemodel> <bindings> <wshttpbinding> <binding name="wshttpbinding_iclientservice" closetimeout="00:01:00" opentimeout="00:01:00" receivetimeout="00:10:00" sendtimeout="00:01:00" bypassproxyonlocal="false" transactionflow="false" hostnamecomparisonmode="strongwildcard" ...