0

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

I get this error, while I'm only starting the TcpListner once
Only one usage of each socket address (protocol/network address/port) is normally permitted
How to fix this?

wyatt
asked Oct 8, 2021
1 Answer
0

Open cmd

  • Type netstat –ano
  • List of process with their ports will be opened
  • Search ‘process ID’ of the port you are unable to use
  • Open task Manager and Stop that process
  • Now your port is ready to use.
View More
linuxhelp
answered Oct 8, 2021
Your Answer
||||
 
100:0

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

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

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

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