Skip to content

Commit 5eaf937

Browse files
committed
up
1 parent 8232f28 commit 5eaf937

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NetworkInterface.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ public bool send(byte[] datas)
188188

189189
public void process()
190190
{
191-
if(!valid())
192-
return;
191+
// 避免close后一些消息没有得到处理,将这里屏蔽
192+
// if(!valid())
193+
// return;
193194

194195
if(_packetReceiver != null)
195196
_packetReceiver.process();

0 commit comments

Comments
 (0)