Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit b202df3d423fec743aca66d95da6b15871bfc8cc Author: Wim <wim@42.be> Date: Mon Aug 15 20:27:36 2016 +0000 Make sure login works after logout diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index d162138..ff3036b 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -5866 +5867 @@ func (m *MMClient) StatusLoop() {   m.log.Debug("WS PONG received")   case <-time.After(time.Second * 5):   m.Logout() + m.WsQuit = false   m.Login()   }   }