
Statistics: Posted by Derrick — Thu Apr 07, 2011 3:53 am
 To work around this Ryan Dahl, creator of Node, implemented an object called a Buffer, which is essentially a byte array whose existence is unknown to v8, so v8's (sometimes overly-aggressive) garbage collector can't be mean to it, and then it also offers a way of dealing with binary data. So I've spent a little while writing helper functions to easily create and analyze packets in the context of Buffer objects. It's a bit of work, but I hope to at least get a character logged in and walking around soon.
 To work around this Ryan Dahl, creator of Node, implemented an object called a Buffer, which is essentially a byte array whose existence is unknown to v8, so v8's (sometimes overly-aggressive) garbage collector can't be mean to it, and then it also offers a way of dealing with binary data. So I've spent a little while writing helper functions to easily create and analyze packets in the context of Buffer objects. It's a bit of work, but I hope to at least get a character logged in and walking around soon. 
Statistics: Posted by Stuck — Wed Apr 06, 2011 9:11 am
Statistics: Posted by Derrick — Mon Apr 04, 2011 3:29 am
Statistics: Posted by Stuck — Fri Mar 25, 2011 8:45 am