dlecocq / nsq-py

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

Corrected producer lookup in nsq clients. #16

Closed dsaradini closed 10 years ago

dsaradini commented 10 years ago

nsqlookupd "lookup" is wrong in client discover. It is trying to get the 'data' json key already "removed" in wrap_json decorator.

This PR will correct this.

Signed-off-by: David Saradini david.saradini@me.com