Comparing version 7.7.0 to 7.7.1
CHANGELOG | ||
========= | ||
## 7.7.1 (2020-8-4) | ||
* @DerGut Fix udsGracefulErrorHandling default value | ||
## 7.7.0 (2020-7-29) | ||
@@ -5,0 +8,0 @@ * @tebriel Add asyncDistTimer function |
@@ -122,3 +122,3 @@ const util = require('util'), | ||
// does not support options.isChild (how to re-create a socket you didn't create?) | ||
if (!options.isChild && options.protocol === PROTOCOL.UDS && options.udsGracefulErrorHandling) { | ||
if (!options.isChild && options.protocol === PROTOCOL.UDS && this.udsGracefulErrorHandling) { | ||
const socketCreateLimit = options.udsGracefulRestartRateLimit || UDS_DEFAULT_GRACEFUL_RESTART_LIMIT; // only recreate once per second | ||
@@ -125,0 +125,0 @@ const lastSocketCreateTime = Date.now(); |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "7.7.0", | ||
"version": "7.7.1", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "types": "./types.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78991