Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Infinite recursion upon error in .connect() #5

Open
Joris-van-der-Wel opened this issue Aug 3, 2011 · 0 comments
Open

Infinite recursion upon error in .connect() #5

Joris-van-der-Wel opened this issue Aug 3, 2011 · 0 comments

Comments

@Joris-van-der-Wel
Copy link

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".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant