contribsys / faktory_worker_ruby

Faktory worker for Ruby
GNU Lesser General Public License v3.0
214 stars 31 forks source link

Fixes read_timeout for SSLSocket socket types #60

Closed motymichaely closed 3 years ago

motymichaely commented 3 years ago

Fixes #59 - NoMethodError (undefined method `wait_readable' for #)

@mperham - Any idea on adding tests for TLS endpoints?

mperham commented 3 years ago

This code will change so infrequently that sinking a lot of time into integration testing probably isn't a great investment. I'm ok with it as is.