Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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