We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495d0bd commit 27790cdCopy full SHA for 27790cd
src/wsclient.go
@@ -29,7 +29,6 @@ func (client *Client) Read() {
29
handler(client, message.Data)
30
}
31
32
- client.socket.Close()
33
34
35
func (client *Client) Write() {
@@ -38,7 +37,6 @@ func (client *Client) Write() {
38
37
break
39
40
41
42
43
44
func (client *Client) Close() {
0 commit comments