Skip to content

Commit 52be5f9

Browse files
committed
客户端sdk网络模块出错 #1216
1 parent 050c302 commit 52be5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PacketReceiver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private void _onRecv(IAsyncResult ar)
173173
}
174174
catch(ObjectDisposedException)
175175
{
176-
176+
//通常出现这个错误, 是因为longin_baseapp时, networkInterface已经reset, _packetReceiver被置为null, 而之后刚好该回调被调用
177177
}
178178
}
179179
}

0 commit comments

Comments
 (0)