whatsapp-api
whatsapp-api copied to clipboard
Some problems and suggestions.
- When disconnecting from the cell phone, the API stops running.
- After I connected and restarted the API, sending messages doesn't work.
- I would like to be able to restore already connected sessions.
- I'm interested in using Auto Scaling and making the API horizontally scalable so it never falls using Load Balancer.
- I would like to save all sessions in a database, so that when a new server is uploaded, I can search for the session and start sending and receiving messages.