Calling .disconnect() on a WhatsApp client session just makes the client connect again (it emits a new connected event), is this intentional?
I would expect disconnect to permanently disconnect/stop the client until the user explicitly calls .connect() again.
Calling
.disconnect()on aWhatsAppclient session just makes the client connect again (it emits a new connected event), is this intentional?I would expect disconnect to permanently disconnect/stop the client until the user explicitly calls
.connect()again.