Make sure login works after logout

pull/54/head
Wim 8 years ago
parent 6c6000dbbd
commit 32e5f396e7

@ -586,6 +586,7 @@ func (m *MMClient) StatusLoop() {
m.log.Debug("WS PONG received")
case <-time.After(time.Second * 5):
m.Logout()
m.WsQuit = false
m.Login()
}
}

Loading…
Cancel
Save