From 596532aa3c0a28f910df72c5c75f2cf4b13fdba8 Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 25 Aug 2017 15:05:08 +0900 Subject: [PATCH] ing --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 81728b5..2977c6a 100644 --- a/client.go +++ b/client.go @@ -34,7 +34,7 @@ func NewClient(id string, path string, o *ClientOptions, conn *websocket.Conn) C messageType: websocket.TextMessage, } - c.run() + go c.run() return c }