종료 버그 수정
This commit is contained in:
parent
3b77aae6f2
commit
2edeef92e8
|
@ -239,7 +239,7 @@ func AggregateProcessorChannel(
|
|||
)
|
||||
|
||||
go func() {
|
||||
<-aggHandler.Done()
|
||||
<-mainHandler.Done()
|
||||
aggHandler.GracefulWait()
|
||||
close(tin)
|
||||
close(fin)
|
||||
|
|
Loading…
Reference in New Issue