sulla icon indicating copy to clipboard operation
sulla copied to clipboard

how to close a session in case there is a possibility to create it again

Open chitogamer96 opened this issue 4 years ago • 3 comments

I have an api rest and I have a post route to create a new session but when I try to open a session that is already open it stays in an infinite Creating WhatsApp instace and the console is like this

chitogamer96 avatar May 08 '20 15:05 chitogamer96

delete the session folder always works for me. and be sure to look into "SIGINT" shutdown methods.

roelandp avatar May 18 '20 21:05 roelandp

@roelandp Could you give me an example? please. I want to have several sessions open but for some reason the npm start closes so I don't have to go back to start the sessions again

chitogamer96 avatar May 31 '20 20:05 chitogamer96

the repository is deprecated use

Install npm i @s2click/venom https://github.com/s2click/venom

joedutra avatar Jun 06 '20 23:06 joedutra