apprunner-roadmap icon indicating copy to clipboard operation
apprunner-roadmap copied to clipboard

Enable stickiness setting so the app can handle web socket traffic

Open dbroadhurst opened this issue 4 years ago • 3 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request Enable stickiness setting so the app can handle web socket traffic

Describe alternatives you've considered Other AWS services

dbroadhurst avatar Nov 03 '21 16:11 dbroadhurst

for blazor server containers these is a must. Without websockets http long polling apply.

rfrez avatar Dec 10 '21 14:12 rfrez

For Blazor apps with the server rendering WebSocket support is very important.

ggaller avatar Feb 08 '22 12:02 ggaller

+1: This is also extremely important for simple Apps where I do not want to install a Redis Cache Server (avoid complexity & pricing) in order to distribute the Session State for a very simple Application.

ggallotti avatar Aug 22 '22 12:08 ggallotti