Whatsmeow vs Baileys for 10K device scale? without sessions automatic logout issue and memory leak issue that is been in the baileys #979
Replies: 2 comments 2 replies
|
UP |
We operate 1,000+ sessions across 3 Docker servers (pure customer support traffic). From our experience: Stability: After moving to WhatsMeow, we stopped seeing the frequent “auto-logout” style issues we had before. Sessions stay stable for weeks as long as the store is durable. Memory/CPU: WhatsMeow’s footprint has been predictable and low under support-style loads. No memory creep so far in long uptimes. Scale note (10k): Hitting 10k is more about architecture than library choice: Monitor metrics (connect/disconnect, retries, queue depth). Both libs use the same Web protocol, so bans aren’t solved by switching libs. But for reliability and long-lived sessions, WhatsMeow has been solid for us. |
Uh oh!
There was an error while loading. Please reload this page.
Hey all ,
i need help on this
whatsmeow package and is it good comparing to baileys ? for 10K devices ? and currently using baileys but facing lot of issues here like auto session logout so many are there
so i am searching for alternatives and i have spent 2 months on optimizing the baileys but not working as expected so i got to know about this package
is this whatsmeow good package than the baileys ?
the banning is not the problem for my clients they just need the working thing
so if anyone knows about this please let me know
All reactions