You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8000
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
changed protobuf generation to 'commonjs_strict' (#127)
* Changed protobuf generation to use 'commonjs_strict' eliminating the 'global' variable generated by the closure compiler.
* bumping version for release
- added (copied shamelessly) documentation from go-nats-streaming des…
…cribing (#96)
how the client ping mechanism works.
- filled connection id in PubMsg
- added test to verify that PubMsg contains connection id and client id
Changed node-nats-streaming default for `maxReconnectAttempts` to be
infinite on connections created by the stan client (matching the
behaviour of the go-nats-streaming client)
Fixed tests that relied on `maxReconnectAttempts`.
[FIX] #75 (#76)
- Updated dev dependencies
- Reduced number of node versions on travis to match supported nodejs engines
- Small fixes to timing on client.close() - emitting events didn't return causing NPEs