1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-10 00:30:23 +08:00
committed by cnb
parent 2860bcfa5c
commit e4bb19ff60

View File

@@ -268,7 +268,7 @@ func (p *ClientData) SendPack(b []byte) error {
} else {
p.Conn.Write(b)
p.Conn.AsyncWrite(b, nil)
}