0rpc/zerorpc-node

There is no option to set heartbeatInterval in Client options.

Opened this issue · 1 comments

The README.md claims that one can set heartbeatInterval and timeout in the options object passed to a new Client. However, looking at the codebase, this isn't true. There is an option for setting timeout, but not heartbeatInterval. You can see this pretty clearly here on L46 (atow) of ./lib/client.js.

The var HEARTBEAT gets set in channel.js and I don't see anything anywhere that can change it from it's default.

whoops, my bad…

This is something that was added after the last version bump with #30 … which… why no version bump?

closing issue