WritePoint data loss on index 0 when send in buffer mode.
parinyaonline opened this issue · comments
Parinya Ismael commented
- Setting the batchSize for 512 line/point and bufferSize 1024 line/point
- Use writeRecord or writePoint to 512 line/point
- The device send package to server. code 204
- Then I try to export .csv file from server, The data received is line 1-512 total is 511 lines.
Please help me to check about this and expend why we need to cancel the Point/Line zero?
Specifications:
- Library Version: 3.13.0
- InfluxDB Version: 2.6
- Board/ESP chip: ESP32 WROVER
- Device Arduino SDK version: ESP IDF 2.0.4
Parinya Ismael commented
Parinya Ismael commented
Hi,
I found the issue is coming from the timestamp is the same between index 0 and index 1 and make the server confuse.
Thank you.