0
votes

I developing a fps game with Unet LLAPI and HLAPI network solutions(LLAPI is for lobby server and HLAPI is for game server). When I test servers in localhost, everything is ok but when I test game servers in a dedicated server, the all clients are disconnecting from server unexpectedly. It happens randomly and it does not always happen. When the all clients are disconnect, servers(game server and lobby server) still lives. This problem is happening both on the game server(hlapi) and on the lobby server(llapi). The clients are receive "disconnected by timeout" log after disconnected. How to fix this issue?

2

2 Answers

0
votes

With the information provided the only answer that I can elaborate is:

Try to set the disconection time out to a higher value, sometimes the "micro-disconections" on the clients are readed on server as "full-disconections" if the Time out is set to a lower value.

Also check your Unity version, as this post suggest: UNet randomly disconnects

0
votes

Try a higher port number on Ubuntu. 17000 works but 1700 does not.