Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
f658dcaf66
|
|
@ -612,6 +612,9 @@ public class SocketClient
|
||||||
//Debug.LogError("INDICATION_RESPONSE" + msgId);
|
//Debug.LogError("INDICATION_RESPONSE" + msgId);
|
||||||
m_SendMessage(INDICATION_RESPONSE, null, _event.sid);
|
m_SendMessage(INDICATION_RESPONSE, null, _event.sid);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Debug.LogError("*** 后端推送了未注册的 indication 消息:" + msgId);
|
||||||
}
|
}
|
||||||
//处理请求回应消息
|
//处理请求回应消息
|
||||||
if (callbacks.ContainsKey(msgId))
|
if (callbacks.ContainsKey(msgId))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue