-
Notifications
You must be signed in to change notification settings - Fork 29
calling write on a BufferedTCPConnection without callback segfaults. #39
Open
Description
the title says it all. this segfaults:
conn.write(msg,msg.length);
this doesn't:
conn.write(msg,msg.length,(conn){});
Activity
Metadata
Metadata
Assignees
Labels
No labels