Skip to content

calling write on a BufferedTCPConnection without callback segfaults. #39

@SuperDoxin

Description

@SuperDoxin

the title says it all. this segfaults:

conn.write(msg,msg.length);

this doesn't:

conn.write(msg,msg.length,(conn){});

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