This commit is contained in:
crusader 2017-08-25 15:05:08 +09:00
parent 031aa28f30
commit 596532aa3c

View File

@ -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
}