Skip to content

Commit

Permalink
[dispatcher] apply final callback when dispatcher exits.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Aug 30, 2023
1 parent fac9ed5 commit 8d7b1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dispatcher/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ loop:
break

case <-done:
d.cbHandler.OnNextEventTime(d.CurTime, Ever) // final cb event
break loop
}
}
Expand Down

0 comments on commit 8d7b1e0

Please sign in to comment.