mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
chore: prepare v2.0.0-rc.2
This commit is contained in:
parent
46d30743b6
commit
dcc3b8e83e
4 changed files with 4 additions and 5 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue