@iobroker/db-states-redis
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -317,7 +317,9 @@ /** | ||
for (const sub of Object.keys(this.subSystem.ioBrokerSubscriptions)) { | ||
try { | ||
await this.subSystem.psubscribe(sub); | ||
} catch { | ||
//ignore | ||
if (this.subSystem) { | ||
for (const sub of Object.keys(this.subSystem.ioBrokerSubscriptions)) { | ||
try { | ||
await this.subSystem.psubscribe(sub); | ||
} catch { | ||
//ignore | ||
} | ||
} | ||
@@ -324,0 +326,0 @@ } |
{ | ||
"name": "@iobroker/db-states-redis", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"engines": { | ||
@@ -9,3 +9,3 @@ "node": ">=10.0.0" | ||
"@iobroker/db-base": "1.2.4", | ||
"ioredis": "^4.27.3" | ||
"ioredis": "^4.27.5" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "20816e582c8b92a9eb9f4bf7e90d12cba566a143" | ||
"gitHead": "d937b3d6ffc6385ccb0e6436cf9f0432fccf08bf" | ||
} |
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
50077
1026
Updatedioredis@^4.27.5