basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Start / stop callback improvements [JIRA: CLIENTS-746] #129

Closed lukebakken closed 1 year ago

lukebakken commented 8 years ago

See #128

If a user does not provide the callback function to various start and stop methods, they may run into a scenario in which no connections and nodes are available when executing a command.

The user may wish to do other processing while connections are being established, and then check if the client is ready. At this point in time, they must check the state of the client to do so which may not be intuitive.

lukebakken commented 8 years ago

@mogadanez - please open that as a new issue.