Describe the bug
Sometimes when the panel auto restarts, the bot cannot read incoming messages, and must delete the session and reconnect.
Environment (please complete the following information):
- Is this on a server? yes
- Do you have multiple clients on the same IP? yes
- Are you using a proxy? no
Additional context
client = makeWASocket({
version,
auth: state,
logger: pino({ level: 'silent' }),
browser: Browsers.windows('Chrome'),
syncFullHistory: false,
shouldSyncHistoryMessage: () => false,
markOnlineOnConnect: false,
shouldIgnoreJid: (jid) => jid.includes('broadcast') || jid.endsWith('@status'),
});
im using V7 RC-8
any suggestions?
Describe the bug
Sometimes when the panel auto restarts, the bot cannot read incoming messages, and must delete the session and reconnect.
Environment (please complete the following information):
Additional context
client = makeWASocket({
version,
auth: state,
logger: pino({ level: 'silent' }),
browser: Browsers.windows('Chrome'),
im using V7 RC-8
any suggestions?