arthurnn / memcached

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

Unix sockets timeout #169

Closed ignas-gustainis closed 8 years ago

ignas-gustainis commented 8 years ago

I was having an issue with socket timeouts - they don't seem to work with unix sockets, which causes sidekiq workers get stuck on a job once in a while. Would it be possible to implement timeouts on unix sockets as well, or are they already implemented and I am just facing a different issue?