From 552b66903116fd3f68dcfc1e7067645059eae6cc Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Fri, 6 Jul 2018 02:04:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A2=85=EB=A3=8C=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- producer/processor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/producer/processor.go b/producer/processor.go index 32b6cb4..a44c0f4 100644 --- a/producer/processor.go +++ b/producer/processor.go @@ -123,6 +123,7 @@ func (p *processor) StartMonitoring() { if err := recover(); err != nil { p.handler.NotifyError(err.(error)) } + p.handler.DecreaseWait() }() tempeturePathGlob := path.Join(p.tempeturePath, "temp?_input")