ws update

This commit is contained in:
Gordon
2023-03-23 17:51:38 +08:00
parent 52f49140b2
commit a0d61769b2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func (c *Client) readMessage() {
if r := recover(); r != nil {
fmt.Println("socket have panic err:", r, string(debug.Stack()))
}
//c.close()
c.close()
}()
//var returnErr error
for {