dlecocq / nsq-py

Hacking on Python NSQ Bindings
MIT License
44 stars 16 forks source link

Don't Pack Nested Iterables #20

Closed dlecocq closed 10 years ago

dlecocq commented 10 years ago

Nested iterables are not allowed in the NSQ TCP spec, and so they should be disallowed in the code.

b4hand commented 10 years ago

LGTM