mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 10:10:40 +00:00
fix panic: sync: negative WaitGroup counter
This commit is contained in:
@ -36,4 +36,4 @@ func (c graceConn) Close() (err error) {
|
||||
c.closed = true
|
||||
c.m.Unlock()
|
||||
return c.Conn.Close()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user