This commit is contained in:
crusader 2017-10-31 20:16:31 +09:00
parent e1f57d373a
commit 4b5cd3af17

View File

@ -44,7 +44,7 @@ func (c *client) Start() {
c.stopChan = make(chan struct{})
c.ch.OnStart()
c.stopWg.Add(1)
runClient(c)
}