Skip to content

Commit

Permalink
客户端sdk网络模块出错 #1216
Browse files Browse the repository at this point in the history
  • Loading branch information
jay602 committed May 9, 2019
1 parent af2ebdb commit 74a5a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/PacketReceiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void _onRecv(IAsyncResult ar)
}
catch(ObjectDisposedException)
{

//通常出现这个错误, 是因为longin_baseapp时, networkInterface已经reset, _packetReceiver被置为null, 而之后刚好该回调被调用
}
}
}
Expand Down

0 comments on commit 74a5a6d

Please sign in to comment.