libasync
libasync copied to clipboard
calling write on a BufferedTCPConnection without callback segfaults.
the title says it all. this segfaults:
conn.write(msg,msg.length);
this doesn't:
conn.write(msg,msg.length,(conn){});