apprunner-roadmap
apprunner-roadmap copied to clipboard
Enable stickiness setting so the app can handle web socket traffic
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
for blazor server containers these is a must. Without websockets http long polling apply.
For Blazor apps with the server rendering WebSocket support is very important.
+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.