node-nats-streaming
Advanced tools
Comparing version 0.0.6 to 0.0.8
@@ -69,2 +69,8 @@ | ||
getCrc32():number; | ||
/** | ||
* Acks the message, note this method shouldn't be called unless | ||
* the manualAcks option was set on the subscription. | ||
*/ | ||
ack(); | ||
} | ||
@@ -71,0 +77,0 @@ |
@@ -24,3 +24,3 @@ /*! | ||
*/ | ||
var VERSION = '0.0.6', | ||
var VERSION = '0.0.8', | ||
DEFAULT_PORT = 4222, | ||
@@ -27,0 +27,0 @@ DEFAULT_PRE = 'nats://localhost:', |
{ | ||
"name": "node-nats-streaming", | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"description": "Node.js client for NATS Streaming, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -123,4 +123,2 @@ # [Work-in-progress] node-nats-streaming - Node.js NATS Streaming Client | ||
Note that you cannot have a queue group that is also a durable subscriber. | ||
```javascript | ||
@@ -127,0 +125,0 @@ var opts = stan.subscriptionOptions(); |
161361
4623
211