1
This commit is contained in:
parent
346ae3ac4a
commit
3aa17f7c07
@ -76,7 +76,7 @@ func (this *WspCliConn) IsValid() bool {
|
||||
return this.Conn == nil || this.SocketHandle == 0
|
||||
}
|
||||
|
||||
func (this *WspCliConn) Reset() bool {
|
||||
func (this *WspCliConn) Reset() {
|
||||
this.Conn = nil
|
||||
this.SocketHandle = 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user