修改测试程序bug
This commit is contained in:
@@ -341,7 +341,7 @@ public class AdasChannel implements IAdasNetCommApi, FpgaSocket.IWebSocketConnec
|
||||
if (raw.getProtocolStatus() == ProtocolStatus.SUCCEED) {
|
||||
MessagePad.Header header = MessagePad.Header.parseFrom(raw.getHeader());
|
||||
MessagePad.MessageType messageType = header.getMsgType();
|
||||
CupidLogUtils.w("--->websocket byte read header = " + messageType.toString());
|
||||
// CupidLogUtils.w("--->websocket byte read header = " + messageType.toString());
|
||||
IMsg iMsg = myMessageFactory.createMessage(messageType);
|
||||
if (iMsg == null) {
|
||||
callError(ProtocolStatus.MESSAGE_TYPE_UNKNOWN, bytes);
|
||||
|
||||
Reference in New Issue
Block a user