leporo / tornado-redis

Asynchronous Redis client that works within Tornado IO loop.
667 stars 163 forks source link

Fix channel removed too early. #45

Closed cheungpat closed 10 years ago

cheungpat commented 10 years ago

Client should remove the channel from the subscribed channels set after the "unsubscribe" message is received from Redis, because other messages maybe waiting to be received.

leporo commented 10 years ago

Thank you for this. I merged your changes and added a link to your profile the list of contributors.