Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
jiaoyangna 2021-04-27 16:19:31 +08:00
commit f658dcaf66
1 changed files with 3 additions and 0 deletions

View File

@ -612,6 +612,9 @@ public class SocketClient
//Debug.LogError("INDICATION_RESPONSE" + msgId);
m_SendMessage(INDICATION_RESPONSE, null, _event.sid);
}
else
{
Debug.LogError("*** 后端推送了未注册的 indication 消息:" + msgId);
}
//处理请求回应消息
if (callbacks.ContainsKey(msgId))