These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
While setting up my server I got an error. Checked logs and found this.
Type: SocketException Source: System Message: Only one usage of each socket address (protocol/network address/port) is normally permitted Target: DoBind Trace: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP)
Anyone know a solution to this fix?
You're running the server twice.
SocketException errors can be handled by java exceptions handling, https://errorcode0x.com/error-code-0x80070002/ helped me to overcome these issues.