[GitHub] [incubator-iotdb] kqkdChen edited a comment on issue #1442: failed to insert data using python paho mqtt library

2020-07-01 Thread GitBox
kqkdChen edited a comment on issue #1442: URL: https://github.com/apache/incubator-iotdb/issues/1442#issuecomment-652326040 单次发送 ```python from time import * import paho.mqtt.publish as publish def timestamp(): return int(round(time() * 1000)) def

[GitHub] [incubator-iotdb] kqkdChen edited a comment on issue #1442: failed to insert data using python paho mqtt library

2020-07-01 Thread GitBox
kqkdChen edited a comment on issue #1442: URL: https://github.com/apache/incubator-iotdb/issues/1442#issuecomment-652324556 > > qos=1 or 2, 则会出现如下错误,结果就是预期应该插入10W条数据的结果只插入了20条数据 > > @kqkdChen 这个问题已经好了?发生了什么? 我换了另外一种方法写了mqtt