Only one usage of each socket address (protocol/network address/port) is normally permitted?

こ雲淡風輕ζ 提交于 2019-12-03 07:47:19
  1. I opened CMD and typed in : netstat -a
  2. I took a look in the Local Address column.
  3. I took a look at the port portion.
  4. I saw that the port in my program is already active( in use ) in another program.
  5. I changed my port in my program to something else.

    It Worked!

    Big thanks to: @DavidSchwartz, @Gusman

  1. Open cmd
  2. Type netstat –ano
  3. List of process with their ports will be opened
  4. Search ‘process ID’ of the port you are unable to use (in my case port 11020)
  5. Open task Manager and Stop that process
  6. Now your port is ready to use :)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!