From 346ae3ac4aea0ac347a90a629d08c63dc4c4b885 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 14 Aug 2023 13:28:25 +0800 Subject: [PATCH] 1 --- prototils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototils.go b/prototils.go index 62f51e7..1bc761a 100644 --- a/prototils.go +++ b/prototils.go @@ -78,7 +78,7 @@ func (this *WspCliConn) IsValid() bool { func (this *WspCliConn) Reset() bool { this.Conn = nil - this.SocketHandle == 0 + this.SocketHandle = 0 } func (this *WSProxyPackHead_C) Read(data []byte, offset int) {