diff options
-rw-r--r-- | matterclient/matterclient.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index d1621389..ff3036b4 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -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() } } |