mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Make sure login works after logout
This commit is contained in:
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…
Reference in New Issue
Block a user