1
0
Fork 0

종료 버그 수정

This commit is contained in:
Sangbum Kim 2018-07-06 02:02:13 +09:00
parent 3b77aae6f2
commit 2edeef92e8
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ func AggregateProcessorChannel(
)
go func() {
<-aggHandler.Done()
<-mainHandler.Done()
aggHandler.GracefulWait()
close(tin)
close(fin)