74 75 76 77 78
# File 'lib/kafka/connection.rb', line 74 def close @logger.debug "Closing socket to #{to_s}" @socket.close if @socket end