mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
change to start/stop not run/stop
This commit is contained in:
@@ -177,7 +177,7 @@ func run(ctx context.Context, c *cli.Command) error {
|
||||
routerRunner := sync.WaitGroup{}
|
||||
|
||||
routerRunner.Go(func() {
|
||||
router.Run(context.Background())
|
||||
router.Start(context.Background())
|
||||
})
|
||||
|
||||
<-ctx.Done()
|
||||
|
||||
Reference in New Issue
Block a user