Comparing version 1.5.8 to 1.5.9
# Changelog | ||
## [1.5.9](https://github.com/alexzel/iomem/compare/v1.5.8...v1.5.9) (2023-04-23) | ||
### Bug Fixes | ||
* revive server when connection restored ([8c7d718](https://github.com/alexzel/iomem/commit/8c7d7184e2ad1f6de57207800a369adc70ba0191)) | ||
* revive with restored connection by failed flag as well ([cf6a4ae](https://github.com/alexzel/iomem/commit/cf6a4ae85e54765fe733ff9ffe31148bfe06058c)) | ||
## [1.5.8](https://github.com/alexzel/iomem/compare/v1.5.7...v1.5.8) (2023-04-23) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "iomem", | ||
"version": "1.5.8", | ||
"version": "1.5.9", | ||
"description": "Memcached client implementing binary protocol with native multiple keys support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -59,2 +59,5 @@ 'use strict' | ||
sock.once('connect', () => { | ||
if (this._failures > 0 || this._failed) { | ||
this.revive() | ||
} | ||
sock.setTimeout(0) | ||
@@ -61,0 +64,0 @@ }) |
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
111602
2223