|
@@ -35,9 +35,9 @@ namespace ET.Client
|
|
|
}
|
|
|
|
|
|
session.LastRecvTime = TimeHelper.ClientNow();
|
|
|
-
|
|
|
+
|
|
|
OpcodeHelper.LogMsg(self.DomainZone(), message);
|
|
|
-
|
|
|
+
|
|
|
EventSystem.Instance.Publish(NetClientComponentOnRead.Clone(session, message));
|
|
|
}
|
|
|
|
|
@@ -68,7 +68,7 @@ namespace ET.Client
|
|
|
|
|
|
return session;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
public static Session Create(this NetClientComponent self, IPEndPoint routerIPEndPoint, IPEndPoint realIPEndPoint, uint localConn)
|
|
|
{
|
|
|
long channelId = localConn;
|