node-nats-streaming-buffered-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -209,2 +209,8 @@ "use strict"; | ||
}); | ||
this.stan.on('reconnecting', function () { | ||
console.log('[NATS-BUFFERED-CLIENT] Reconnecting'); | ||
}); | ||
this.stan.on('reconnect', function () { | ||
console.log('[NATS-BUFFERED-CLIENT] Reconnected'); | ||
}); | ||
this.stan.on('disconnect', function () { | ||
@@ -211,0 +217,0 @@ console.log('[NATS-BUFFERED-CLIENT] Disconnected'); |
{ | ||
"name": "node-nats-streaming-buffered-client", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
28831
477