Skip to content
Discussion options

You must be logged in to vote

Hi @kashif-raza — good news: auto-reconnect is built in and on by default, and we've hardened it significantly in recent releases (v0.10.0+). You shouldn't need any human intervention to keep a session alive.

What's already in place

  • Auto-reconnect on disconnect — when WhatsApp's multi-device connection drops (network blip, server-side rotation, browser crash), the engine automatically attempts to reconnect.
  • Dead-browser detection (whatsapp-web.js engine) — a crashed or hung Chromium is detected through Puppeteer lifecycle handles and routed through the standard disconnect → reconnect pipeline.
  • Session watchdog — a background probe checks every READY session every 60 seconds. Two consecut…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rmyndharis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants