This commit is contained in:
vis2k 2021-03-09 15:19:40 +08:00
parent 665b1c2156
commit d131367245

View File

@ -5,7 +5,8 @@ namespace Mirror
{ {
public class NetworkConnectionToClient : NetworkConnection public class NetworkConnectionToClient : NetworkConnection
{ {
public override string address => Transport.activeTransport.ServerGetClientAddress(connectionId); public override string address =>
Transport.activeTransport.ServerGetClientAddress(connectionId);
// batching from server to client. // batching from server to client.
// fewer transport calls give us significantly better performance/scale. // fewer transport calls give us significantly better performance/scale.