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

Infinite recursion upon error in .connect() #5

@Joris-van-der-Wel

Description

@Joris-van-der-Wel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions