@periskope/baileys 6.7.10-alpha.1 → 6.7.10-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -788,6 +788,7 @@ const makeMessagesRecvSocket = (config) => {
|
|
|
788
788
|
keyRetryMap.set(key.id, retryCount + 1);
|
|
789
789
|
if (retryCount > 3) {
|
|
790
790
|
logger.warn({ attrs }, 'ignoring phash in ack, as it has been retried too many times');
|
|
791
|
+
keyRetryMap.delete(key.id);
|
|
791
792
|
}
|
|
792
793
|
else {
|
|
793
794
|
logger.info({ attrs }, 'received phash in ack, resending message...');
|