A chatbot's worst enemy is page refresh(zknill.io)
zknill.io
A chatbot's worst enemy is page refresh
https://zknill.io/posts/chatbots-worst-enemy-is-page-refresh/
1 comments
From my experience WebSockets are harder at scale. For load balancing you either need sticky sessions or an L7 proxy that can route consistently, and reconnect storms amplify this. Long-lived upgraded connections mean more complexity with rolling deploys, drains, autoscaling, and regional failover. Many managed LBs/proxies have tighter limits/timeouts for WS, so you must tune idle timeouts and ping/pong.