f_influxdb-line-protocol
Ruakij 3 years ago
parent 7f5e168fda
commit 4e2ffec656

@ -24,7 +24,7 @@ class InfluxDbLineProtocolWriter extends net.Socket{
options.autoReconnectBackoffTime ??= 3000;
this._options = options;
super.setKeepalive(true, 5000);
super.setKeepAlive(true, 5000);
// Register auto-Reconnect if enabled
if(this._options.autoReconnect){

Loading…
Cancel
Save