okfull
okfull
Add this option in makeWASocket: ``` makeWASocket({ ..., defaultQueryTimeoutMs: undefined // add this }) ```
``` auth: { creds: state.creds, keys: makeCacheableSignalKeyStore(state.keys, logger), } ```
You must use this code to reconnect automatically, if you already use one similar, replace it with this code ``` sock.ev.on('connection.update', async (update) => { const { connection, lastDisconnect }...
This happens when you spend hours without receiving any events, for example: without receiving messages for a long time
I carried out numerous tests, on certain occasions when the messages.upserts event stops receiving, it does not stop receiving, it is just the buffer that is not freed correctly, as...
It's not a baileys bug, close this issue