whatsmeow icon indicating copy to clipboard operation
whatsmeow copied to clipboard

How can i support multiple session with a single go server

Open RakaiSeto opened this issue 2 years ago • 1 comments

I want to make an API that runs on a single GO server but can store multiple session

RakaiSeto avatar Sep 28 '22 10:09 RakaiSeto

Then do it. As far as I know, there is no client-side limitation implemented in whatsmeow. I do something similar in my project purple-whatsmeow.

hoehermann avatar Sep 28 '22 21:09 hoehermann

With multiple sessions, it's hard to add an event handler. I suggest you create one session and then run a second app on another port

aldinokemal avatar Nov 24 '22 01:11 aldinokemal