basho / riak-nodejs-client

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

Fix for undefined exception. #164

Closed lukebakken closed 8 years ago

lukebakken commented 8 years ago

If a connection is closed prior to any command executing on it, conn.command will be undefined in RiakNode and will throw an exception.

Supercedes #163

flohdot commented 8 years ago

Hi @lukebakken, when can we expect this to be released? Thanks!

lukebakken commented 8 years ago

@flohdot - getting it published within an hour :smile: :fish_cake:

lukebakken commented 8 years ago

@flohdot I just pushed 2.2.1 to npm. Enjoy!