Skip to content

Commit

Permalink
Merge pull request #36 from jay602/1.x
Browse files Browse the repository at this point in the history
客户端sdk网络模块出错, 添加注释 #1216
  • Loading branch information
kbengine authored May 9, 2019
2 parents 4cf638f + 74a5a6d commit 730ca9d
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 730ca9d

Please sign in to comment.