mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:10:55 +00:00
fix panic: sync: negative WaitGroup counter
This commit is contained in:
parent
55e6c15073
commit
3d9286f089
@ -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()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user