node_cassandra
node_cassandra copied to clipboard
Infinite recursion upon error in .connect()
On line 64 of cassandra.js ( https://github.com/yukim/node_cassandra/blob/master/lib/cassandra.js ).
"this.emit('error', err);"
An infinite recursion will occur. This is simply fixed by changing "this" to "self".