TCP Provider: The semaphore timeout period has expired

让人想犯罪 __ 提交于 2019-12-06 13:12:54

in order to fix the error:

System.IO.IOException: The semaphore timeout period has expired.

​Solution​

I have done below NIC changes to resolve this error.

  1. Open the Network and Sharing Center.
  2. Right click on Ethernet Adapter>>Properties
  3. Select Client for Microsoft Networks
  4. Click on Configure Tab
  5. Click on Advanced Tab
  6. And then - Disable the below settings

    • IPv4 Checksum offload
    • Large Send Offload V1(Ipv4)
    • Large Send Offload V2(Ipv4)
    • TCP Checksum Offload(IPv4)
    • UDP Checksum Offload(IPv4)

After disabling the above settings; it resolved our Semaphore error.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!