[fix]处理乘客端调用ws发送消息崩溃问题
This commit is contained in:
@@ -351,7 +351,7 @@ public class AdasChannel implements IAdasNetCommApi, FpgaSocket.IWebSocketConnec
|
||||
* @param msg 消息
|
||||
*/
|
||||
public boolean sendWsMessage(String msg) {
|
||||
return mSocket.sendDataWebSocket(msg);
|
||||
return mSocket != null && mSocket.sendDataWebSocket(msg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user