Comparing version 1.6.19 to 1.6.20
@@ -122,3 +122,3 @@ 'use strict'; | ||
console.error(err.stack || err); | ||
self.db.close(function () {}); | ||
self.disconnect(); | ||
} | ||
@@ -125,0 +125,0 @@ }); |
@@ -126,5 +126,3 @@ 'use strict'; | ||
console.error((new Error ('Heartbeat timeouted after ' + gracePeriod + 'ms (redis)')).stack); | ||
if (self.client) { | ||
self.client.end(true); | ||
} | ||
self.disconnect(); | ||
} | ||
@@ -131,0 +129,0 @@ }, gracePeriod); |
@@ -124,3 +124,3 @@ 'use strict'; | ||
console.error(err.stack || err); | ||
self.db.close(function () {}); | ||
self.disconnect(); | ||
} | ||
@@ -127,0 +127,0 @@ }); |
@@ -127,5 +127,3 @@ 'use strict'; | ||
console.error((new Error ('Heartbeat timeouted after ' + gracePeriod + 'ms (redis)')).stack); | ||
if (self.client) { | ||
self.client.end(true); | ||
} | ||
self.disconnect(); | ||
} | ||
@@ -132,0 +130,0 @@ }, gracePeriod); |
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.6.19", | ||
"version": "1.6.20", | ||
"private": false, | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"jsondate": "0.0.1", | ||
"lodash": "3.10.1", | ||
"lodash": "4.11.1", | ||
"node-uuid": "1.4.7", | ||
@@ -21,0 +21,0 @@ "parent-require": "1.0.0", |
@@ -1,2 +0,5 @@ | ||
## [v1.6.18](https://github.com/adrai/node-cqrs-saga/compare/v1.6.17...v1.6.19) | ||
## [v1.6.20](https://github.com/adrai/node-cqrs-saga/compare/v1.6.19...v1.6.20) | ||
- redis, mongodb: call disconnect on ping error | ||
## [v1.6.19](https://github.com/adrai/node-cqrs-saga/compare/v1.6.17...v1.6.19) | ||
- revisionGuard: optional startRevisionNumber | ||
@@ -3,0 +6,0 @@ |
165973
4484
+ Addedlodash@4.11.1(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@4.11.1