tulir / whatsmeow

Go library for the WhatsApp web multidevice API

Home Page:https://go.mau.fi/whatsmeow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client.Disconnect() does not stop the QR Code creation process

azickri opened this issue · comments

I have tried to stop the Generate QR Code Function in various ways

  1. Client.Disconnect()
  2. Client.Store.Delete() // return error Error Delete Device device JID must be known before accessing database
  3. Client.RemoveEventHandlers()

How to stop the correct QR code generation process? Is there no way at the moment? @tulir

Thank You.