mirror of
https://github.com/astaxie/beego.git
synced 2025-07-27 16:45:31 +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.closed = true
|
||||||
c.m.Unlock()
|
c.m.Unlock()
|
||||||
return c.Conn.Close()
|
return c.Conn.Close()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user