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?

TCP Websocket Add a comment
wyatt
asked Oct 08 2021

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.
Add a comment
linuxhelp
asked Oct 08 2021
Post your Answer