chore: prepare v2.0.0-rc.2

This commit is contained in:
Jacky 2025-02-11 10:02:36 +08:00
parent 46d30743b6
commit dcc3b8e83e
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
4 changed files with 4 additions and 5 deletions

View file

@ -99,6 +99,7 @@ func PerformCoreUpgrade(c *gin.Context) {
Message: "Downloading latest release",
})
progressChan := make(chan float64)
defer close(progressChan)
go func() {
for progress := range progressChan {
_ = ws.WriteJSON(CoreUpgradeResp{