Is there any difference calling Network.Disconnect or Network.CloseConnection from client?

Hi,

Suppose you're the client and want to disconnect from the server, what is the best way?

Network.CloseConnection(Network.connections[0], true);

or

Network.Disconnect

Thanks! Nick

Use Network.Disconnect unless you want to be able to drop without sending a disconnection packet for some reason