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

Reconnect fix #75

Closed aricart closed 4 years ago

aricart commented 4 years ago

FIX #72 - and normalizes reconnectTimeWait and maxReconnectAttempts to work as other clients. Fixes the timeout option to account not only for the dial, but for protocol completion.