You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
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".
The text was updated successfully, but these errors were encountered: