# File lib/new_relic/agent/pipe_channel_manager.rb, line 255 def should_keep_listening? @started || @pipes_lock.synchronize { @pipes.values.find{|pipe| !pipe.in.closed?} } end