wso2 / product-iots

Welcome to the WSO2 IoT Server source code! For info on working with the WSO2 IoT Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
184 stars 181 forks source link

Missing data while getting real time data using last-known rest api #1846

Open kamranIoTDeveloper opened 6 years ago

kamranIoTDeveloper commented 6 years ago

API: GET /events/last-known/{type}/{deviceId}

I am sending data from device through MQTT at rate of 10 messages per second, and trying to get data in application through above rest api, but missing data. For instance, if i am sending 10 temperature values/second as values 1,2,3,4,5,6,7,8,10 and so on. Through rest api, i am getting 1,10,20 and so on, while missing all data between it. When i tried to get historical data, all data is there.

Thanks

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity.