improve performance

This commit is contained in:
aler9
2020-11-16 00:08:50 +01:00
parent 8cf24e0a7d
commit c2712da906
8 changed files with 112 additions and 210 deletions

View File

@@ -61,7 +61,6 @@ func (c *ConnClient) Record() (*base.Response, error) {
}
c.state = connClientStateRecord
c.writeFrameOpen = true
c.backgroundTerminate = make(chan struct{})
c.backgroundDone = make(chan struct{})