Commit c546fc73 authored by John E. Vincent's avatar John E. Vincent

iter.next in wrong spot makes for missed messages

parent 38a78a7e
......@@ -21,8 +21,8 @@ module Noah::Agents
logger.info("#{NAME}: Sending message to: #{ep} for pattern: #{p}")
logger.debug("#{NAME}: message received: #{message}")
end
iter.next
end
iter.next
end
end
......
......@@ -28,8 +28,8 @@ module Noah::Agents
http.errback {
logger.error("#{NAME}: Something went wrong with #{ep}")
}
iter.next
end
iter.next
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment