MCIE API接口调用 notification/operations 一直不能返回.
Step1 handshake:
Step2 subscribe:
Step3 connect:
Step4 send "operation with value 57" use my defined template:
Step5: connect receive "operation" value "57"
Step6 Start Connection with MQTT:
Step7 subscribe my defined topic fengdw_topic1
Step8 send "Operation" with value 59
Step9 MQTTBox receive subscribe data from topic "fengdw_topic1", and value 59 received.
Step10: Check the status of Connect operation, it pending to the receive status.
Solution
这个问题是一个目前存在的已知问题,即MQTT 客户端sub和REST notification API调用,同时使用会导致REST notification API调用收不到信息。由于IoT平台支持MQTT和REST,但通常情况下一个设备一般使用一种方式与平台通信,因此这个问题可以作为一个特定情境下出现的已知问题。
目前请绕过同时使用的情况,针对同一个topic, 如果有使用MQTT client sub的功能的时候,不要同时在API编程时调用同一个topic.
Notes