This commit is contained in:
aozhiwei 2023-08-14 13:28:25 +08:00
parent 8dd91e03f2
commit 346ae3ac4a

View File

@ -78,7 +78,7 @@ func (this *WspCliConn) IsValid() bool {
func (this *WspCliConn) Reset() bool { func (this *WspCliConn) Reset() bool {
this.Conn = nil this.Conn = nil
this.SocketHandle == 0 this.SocketHandle = 0
} }
func (this *WSProxyPackHead_C) Read(data []byte, offset int) { func (this *WSProxyPackHead_C) Read(data []byte, offset int) {