Closed looseend closed 9 years ago
:+1: I have this issue too.
Did you recompile after updating?
If not, that's the issue. If you did, can you try with the new-release
branch? https://github.com/redis/hiredis-rb/tree/new-release
I've updated and it's working fine now thanks.
Thanks, I'll get the release done this week.
I upgraded to ruby 2.2 and got this error:
Seems like the _rb_thread_select method has been renamed to rb_thread_fd_select in ruby 2.2
Downgrading to ruby 2.1.5 makes this issue go away
https://bugs.ruby-lang.org/issues/9502