nats-io / nats.ts

TypeScript Node.js client for NATS, the cloud native messaging system
https://www.nats.io
Apache License 2.0
178 stars 13 forks source link

Subscriptions specifying max number of messages, will cause an unsubscribe on sid 1 #92

Closed aricart closed 4 years ago

aricart commented 4 years ago

If a subscription specified max messages as an option, the subscription id was always set to an incorrect sid. Always terminating the first subscription.

FIX #91