mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Subscribing to a symbol should work. #19

Closed danielwaterworth closed 10 years ago

danielwaterworth commented 11 years ago

If you subscribe to a symbol using PubsubClient, the subscription is made successfully, but the callback is never called because when a message is received it searches the subscriptions hash for a string and misses the entry at the symbol.

mloughran commented 10 years ago

Closing old issues