瀏覽代碼

The MQTT::Client#connect automatically calls #disconnect when a block is given.

Akinori MUSHA 10 年之前
父節點
當前提交
fd991f7eb5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      app/models/agents/mqtt_agent.rb

+ 0 - 4
app/models/agents/mqtt_agent.rb

@@ -110,8 +110,6 @@ module Agents
         incoming_events.each do |event|
           c.publish(interpolated(event)['topic'], event)
         end
-
-        c.disconnect
       end
     end
 
@@ -134,8 +132,6 @@ module Agents
           }
         rescue Timeout::Error
         end
-
-        c.disconnect   
       end
     end