Skip to content

Commit

Permalink
fix tableflip old listener still staying online
Browse files Browse the repository at this point in the history
  • Loading branch information
lhridder committed Feb 10, 2024
1 parent d6ba41f commit f3871eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/infrared/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func main() {
}
<-infrared.Upg.Exit()
log.Println("Starting tableflip shutdown for old instance")
gateway.Close()

gateway.WaitConnGroup()
log.Println("Shutting down infrared")
Expand Down

0 comments on commit f3871eb

Please sign in to comment.