pengpeng

Results 3 comments of pengpeng

by the way,I deployed the devicehive-java-server by docker,I'm sure the host and container timezone is correct!

i found your com.devicehive.service.time.LocalTimestampService in devicehive-common-service has a problem in method : public String getDateAsString() { DATE_FORMAT.setTimeZone(new SimpleTimeZone(SimpleTimeZone.UTC_TIME, "UTC")); // (1) return DATE_FORMAT.format(getDate()); } so, this code (1) changes and...

I am got this problem in a high-concurrency consumer program with paho.mqtt.java version 1.2.2 org.eclipse.paho.client.mqttv3.MqttException: Connection lost at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:190) [org.eclipse.paho.client.mqttv3-1.2.2.jar!/:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202] Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) ~[?:1.8.0_202] at...