msgpack / msgpack-node

MessagePack implementation for Node.js
Other
312 stars 71 forks source link

Fix up msgpack.Stream and tests #3

Open godsflaw opened 11 years ago

godsflaw commented 11 years ago

tests/test-stream.js and tests/test-stream-disjoint.js are outdated.

Perhaps it's time to change all of msgpack.Stream over to new node 0.10.x Streams.

godsflaw commented 11 years ago

I removed the old stream tests, as they are now hopelessly broken.