node-nats-streaming-buffered-client
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -109,2 +109,5 @@ "use strict"; | ||
console.log('[NATS-BUFFERED-CLIENT] SIGINT encountered'); | ||
// Stop any pending reconnect timers | ||
// | ||
clearInterval(this.reconnectTimer); | ||
_a.label = 1; | ||
@@ -111,0 +114,0 @@ case 1: |
{ | ||
"name": "node-nats-streaming-buffered-client", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
# NATS Streaming Buffered Client | ||
[![Travis](https://img.shields.io/travis/springtree/node-nats-streaming-buffered-client.svg)](https://travis-ci.org/springtree/node-nats-streaming-buffered-client) | ||
[![Travis](https://travis-ci.com/SpringTree/node-nats-streaming-buffered-client.svg?branch=master)](https://travis-ci.com/SpringTree/node-nats-streaming-buffered-client) | ||
@@ -35,2 +35,3 @@ This is a client for the NATS streaming server built for clients that may have an intermittent connection to the server. | ||
// Connect to the NATS server | ||
// NATS connect options: https://github.com/nats-io/node-nats#connect-options | ||
// | ||
@@ -37,0 +38,0 @@ const natsOptions = { ... }; |
Sorry, the diff of this file is not supported yet
29130
480
53