This commit is contained in:
aozhiwei 2023-08-14 13:29:05 +08:00
parent 346ae3ac4a
commit 3aa17f7c07

View File

@ -76,7 +76,7 @@ func (this *WspCliConn) IsValid() bool {
return this.Conn == nil || this.SocketHandle == 0 return this.Conn == nil || this.SocketHandle == 0
} }
func (this *WspCliConn) Reset() bool { func (this *WspCliConn) Reset() {
this.Conn = nil this.Conn = nil
this.SocketHandle = 0 this.SocketHandle = 0
} }