This commit is contained in:
@@ -244,7 +244,7 @@ func (p *ClientData) SendPack(b []byte) error {
|
||||
}
|
||||
} else {
|
||||
|
||||
err := p.Conn.AsyncWrite(b, nil)
|
||||
_, err := p.Conn.Write(b)
|
||||
if err != nil {
|
||||
glog.Debug(context.Background(), err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user