From 1e55dd47f251ae588fb418ac29cbc6a0ae741e69 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 9 May 2022 23:00:23 +0200 Subject: Update dependencies (#1831) --- vendor/go.mau.fi/whatsmeow/connectionevents.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/go.mau.fi/whatsmeow/connectionevents.go') diff --git a/vendor/go.mau.fi/whatsmeow/connectionevents.go b/vendor/go.mau.fi/whatsmeow/connectionevents.go index 82a39184..2c8d27c0 100644 --- a/vendor/go.mau.fi/whatsmeow/connectionevents.go +++ b/vendor/go.mau.fi/whatsmeow/connectionevents.go @@ -17,6 +17,7 @@ import ( func (cli *Client) handleStreamError(node *waBinary.Node) { atomic.StoreUint32(&cli.isLoggedIn, 0) + cli.clearResponseWaiters(node) code, _ := node.Attrs["code"].(string) conflict, _ := node.GetOptionalChildByTag("conflict") conflictType := conflict.AttrGetter().OptionalString("type") -- cgit v1.2.3