lib/pushyd/endpoint.rb in pushyd-0.8.0 vs lib/pushyd/endpoint.rb in pushyd-0.8.1

- old
+ new

@@ -73,10 +73,11 @@ # Start connexion to RabbitMQ def connect_channel busconf fail PushyDaemon::EndpointConnexionContext, "invalid bus host/port" unless busconf info "connecting to #{busconf}" - conn = Bunny.new url: busconf.to_s, logger: @logger, heartbeat: :server + conn = Bunny.new busconf.to_s + #, logger: @logger, heartbeat: :server conn.start # Create channel channel = conn.create_channel