asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

bug => client keep getting disconnect #12

Open ahmedRSA opened 1 year ago

ahmedRSA commented 1 year ago

i have 20-30 account connect and some of them keep getting disconect

punyahenry commented 1 year ago

probably issue when write to sqlite file

ahmedRSA commented 1 year ago

probably issue when write to sqlite file

yes maybe because we using same connection to write/read for all users to fix this we have to use different connection for each user because of this issue we also get database is locked (5) (SQLITE_BUSY) error

ahmedRSA commented 1 year ago

and i think @asternic quit working on this project so its better to build your own API or find some other project built on whatsmeow

ahmedRSA commented 1 year ago

last commit was in 2 dec 2022 (74 days)