WCF Timeout issue?

前端 未结 3 869
独厮守ぢ
独厮守ぢ 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:21

    The Windows Azure load balancer terminates idle connections after 60 seconds.

    0 讨论(0)
  • 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/

    0 讨论(0)
  • 2021-01-03 00:47

    Check out the latest post from Azure team... http://azure.microsoft.com/blog/2014/08/14/new-configurable-idle-timeout-for-azure-load-balancer/

    0 讨论(0)
提交回复
热议问题