Merge pull request #642 from Lixeer/main

fix: better session management for `github_copilot_provider`
This commit is contained in:
daming大铭
2026-02-24 23:18:14 +08:00
committed by GitHub
3 changed files with 68 additions and 18 deletions
+3
View File
@@ -211,6 +211,9 @@ func gatewayCmd() {
<-sigChan
fmt.Println("\nShutting down...")
if cp, ok := provider.(providers.StatefulProvider); ok {
cp.Close()
}
cancel()
healthServer.Stop(context.Background())
deviceService.Stop()