Unused thread pool created during automatic connection recovery
ivoanjo opened this issue · 0 comments
ivoanjo commented
During automatic recovery, in https://github.com/ruby-amqp/march_hare/blob/master/lib/march_hare/session.rb#L260 a new thread pool is created and saved to @thread_pool
, but nowhere else is that variable ever reused.