Fedor Korshunov
Fedor Korshunov
@ceejbot, if `FiveBeansClient.prototype.connect()` called more than once, a callback for an old socket command may exist in `self.handlers` even after a new socket is created. In this case, the first...
@ceejbot, Enables reuse of fivebeans handler. Since I want to reuse the same fivebeans client object for reconnection, I call `FiveBeansClient.prototype.connect()` more than once. As a result, a callback for...
After path to `.js` fix you haven't published updated version with `npm publish`. Please consider update. 