WCF Timeout issue?

前端 未结 3 903
独厮守ぢ
独厮守ぢ 2021-01-03 00:12

I have a somewhat long-taking WCF-based process. WCF service runs in Azure if its of any help. The issue I believe has to do with timeouts:

1) Winforms client has

3条回答
  •  自闭症患者
    2021-01-03 00:30

    Updated answer:

    Azure load balancer terminates idle connections after 4 minutes. If you're interested in increasing/decreasing timeout value, check this article:

    https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/

提交回复
热议问题