# start here, on_data called where thereis data on a socket(data can be partial-packet) def on_data bytes @stream << bytes ...
# start here, on_data called where thereis data on a socket(data can be partial-packet) def on_data bytes @stream << bytes ...
Just looking for better arc...