修复宕机问题

This commit is contained in:
aozhiwei 2020-08-19 11:17:06 +08:00
parent 5f0e4c444c
commit 30248885d0

View File

@ -203,7 +203,7 @@ GSNode* GSMgr::AllocNode(int channel)
{
sorted_node_hash_.size(),
node_key_hash_.size(),
sorted_nodes->size(),
sorted_nodes ? sorted_nodes->size() : 0,
channel
});
return nullptr;