Hi,
After the unit base building lesson I am not able anymore to host server plus client.
When I go into play mode and click on Host (Server + Client) I get this (inactive/disconnected) message
And in the console instead of having the Server: listening port = 7777, I got the following log message:
‘’’
Server Thread stopped. That’s okay. System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted.
UnityEngine.Debug:Log (object)
Telepathy.Server:Listen (int) (at Assets/Mirror/Runtime/Transport/Telepathy/Server.cs:169)
Telepathy.Server/<>c__DisplayClass9_0:b__0 () (at Assets/Mirror/Runtime/Transport/Telepathy/Server.cs:196)
System.Threading.ThreadHelper:ThreadStart ()
‘’’
I checked online for some solution, but the only thing I found was to change my port from 7777 to 8659.
This fixes the problem, but I could not find out why the problem started in the first instance and why changing to that number fixes it.
Many thanks for the help.