arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Memcached#stats problem with binary protocol together with no_block options #33

Closed anton-ferio closed 11 years ago

anton-ferio commented 13 years ago

bug which is described by by codyfauser in July 27, 2010 still alive.

Just installed memcached 1.0.2. The following causes memcached to block forever:

m = Memcached.new("localhost:11211", :no_block => true, :binary_protocol => true) m.stats

The stats call works correctly with either :no_block => true or :binary_protocol => true, but it hangs forever when both are enabled.

evan commented 13 years ago

Kind of inclined to remove binary protocol support entirely, but if you submit a failing test I will check it out.

evan commented 11 years ago

Wontfix.