tj / axon

message-oriented socket library for node.js heavily inspired by zeromq
MIT License
1.49k stars 155 forks source link

Clean up message arguments #80

Closed gjohnson closed 11 years ago

gjohnson commented 11 years ago

Since we actually handle the arrays in Socket.prototype.pack we can just pass it right along.

See inline comments.

Closes #79.

tj commented 11 years ago

LGTM! thanks man