Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Paho » Wondering if this is normal behavior
Wondering if this is normal behavior [message #1773739] Tue, 03 October 2017 21:40
Aaron Manill is currently offline Aaron ManillFriend
Messages: 1
Registered: October 2017
Junior Member
I am debugging my broadcasting device using a TI Launchpad and am seeing, what to me seems to be strange behavior of the HTTP client being constantly disconnected and reconnected. Here is a brief snippit of the log


Quote:

[16277.650] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16277.666] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16280.103] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16280.119] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16281.124] INFO - HTTP client connected
[16281.228] DEBG - HTTP [GET /device.json (0)]
[16281.232] INFO - HTTP client disconnected [0]
[16282.659] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16282.675] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16285.426] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16285.442] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16286.246] INFO - HTTP client connected
[16286.358] DEBG - HTTP [GET /device.json (0)]
[16286.362] INFO - HTTP client disconnected [0]
[16287.580] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16287.596] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16290.136] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16290.152] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16291.159] INFO - HTTP client connected
[16291.269] DEBG - HTTP [GET /device.json (0)]
[16291.273] INFO - HTTP client disconnected [0]
[16292.592] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16292.608] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16295.155] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16295.170] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16296.176] INFO - HTTP client connected
[16296.289] DEBG - HTTP [GET /device.json (0)]
[16296.293] INFO - HTTP client disconnected [0]
[16297.608] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16297.623] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16300.281] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16300.296] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16301.406] INFO - HTTP client connected
[16301.518] DEBG - HTTP [GET /device.json (0)]
[16301.522] INFO - HTTP client disconnected [0]
[16301.536] INFO - HTTP client connected
[16306.220] DEBG - HTTP [GET /device.json (0)]
[16306.224] INFO - HTTP client disconnected [0]
[16306.240] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16306.255] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]
[16306.272] DEBG - > MQTT PUBLISH [/req/slave/pull-status/get]
[16306.287] DEBG - < MQTT PUBLISH [/rsp/slave/pull-status/get]


If this is not normal behavior, where should I be looking to correct this?


Previous Topic:Build paho c for iOS
Next Topic:Can we query two buckets at the same time using Athena
Goto Forum:
  


Current Time: Thu Apr 25 06:46:17 GMT 2024

Powered by FUDForum. Page generated in 0.03787 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top