the title says it all. this segfaults: ``` conn.write(msg,msg.length); ``` this doesn't: ``` conn.write(msg,msg.length,(conn){}); ```
the title says it all. this segfaults:
this doesn't: