libasync icon indicating copy to clipboard operation
libasync copied to clipboard

calling write on a BufferedTCPConnection without callback segfaults.

Open SuperDoxin opened this issue 10 years ago • 0 comments

the title says it all. this segfaults:

conn.write(msg,msg.length);

this doesn't:

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

SuperDoxin avatar Sep 09 '15 19:09 SuperDoxin