Commit 3d9286f0 authored by huwenbo's avatar huwenbo

fix panic: sync: negative WaitGroup counter

parent 55e6c150
......@@ -36,4 +36,4 @@ func (c graceConn) Close() (err error) {
c.closed = true
c.m.Unlock()
return c.Conn.Close()
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment