Explorar el Código

增加调试信息

master
林万龙 hace 3 años
padre
commit
21cae9c5aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/telpo/iotgateway/server/IotSubscribe.java

+ 1
- 1
src/main/java/com/telpo/iotgateway/server/IotSubscribe.java Ver fichero

@@ -106,7 +106,7 @@ public class IotSubscribe {
// Session.AUTO_ACKNOWLEDGE: SDK自动ACK(推荐)。
log.warn("Befor connection.createSession");
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
log.warn("Befor connection.start");
log.debug("Befor connection.start");
connection.start();

// 创建Receiver连接。消费消息


Cargando…
Cancelar
Guardar