fix: websocket of upstream availability test not close

This commit is contained in:
0xJacky 2023-12-15 22:34:29 +08:00
parent dfee30e9d9
commit 53e1c32444
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -38,6 +38,7 @@ func AvailabilityTest(c *gin.Context) {
if err != nil { if err != nil {
logger.Error(err) logger.Error(err)
return
} }
time.Sleep(10 * time.Second) time.Sleep(10 * time.Second)