Replies: 1 comment
|
wppconnect-serve is already exist to handle multiple session. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So right now I basically open a new browser session with each message I send...
The challenge is that I'm integrating WPP_Whatsapp in a FastApi project and is not working. So I'm treating it as a script, with its own run by a subprocess, called from a router. That works fine, but everytime the process is run I need:
clientinstance and send the message.how do you check for open sessions and how do you use them to send new messages to it?
Been trying I few things but I don't see how to make it work, I can save the state in file or even DB, but still, don't see how to recover current
clientAny ideas?
All reactions