pedroslopez / whatsapp-web.js

A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
https://wwebjs.dev
Apache License 2.0
15.17k stars 3.62k forks source link

fix: resolve 'onPollVoteEvent' binding issue after logout and reconnect #3286

Closed bpena closed 5 days ago

bpena commented 6 days ago

This PR addresses a bug where attempting to reconnect after logging out would cause the application to fail with the error:

Failed to add page binding with name onPollVoteEvent: window['onPollVoteEvent'] already exists!

PR Details