diff --git a/Assets/Mirror/Runtime/NetworkConnection.cs b/Assets/Mirror/Runtime/NetworkConnection.cs index a34155e1f..45ff0f56c 100644 --- a/Assets/Mirror/Runtime/NetworkConnection.cs +++ b/Assets/Mirror/Runtime/NetworkConnection.cs @@ -12,6 +12,8 @@ public abstract class NetworkConnection // NetworkIdentities that this connection can see internal readonly HashSet observing = new HashSet(); + // TODO this is NetworkServer.handlers on server and NetworkClient.handlers on client. + // maybe use them directly. avoid extra state. Dictionary messageHandlers; /// Unique identifier for this connection that is assigned by the transport layer.