Skip to content
Snippets Groups Projects
Commit 2c9bb281 authored by echicken's avatar echicken :chicken:
Browse files

Try -Infinity for an immediate initial write.

parent ea22e599
Branches
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ export default abstract class Device extends js.global.EventEmitter {
this.purgeEvent = js.setInterval(this.purgeHandlers, this.timeoutMs, this);
this.heartbeatInterval = heartbeatInterval * 1000;
this.heartbeatEvent = -1;
this.lastWrite = Date.now();
this.lastWrite = -Infinity;
this.initTime = Date.now();
this.initTimeout = CONNECT_TIMEOUT * 1000;
this.queue = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment