1 Answer
- Newest
- Most votes
- Most comments
0
As you have already pointed out that based on your message size of around 6kb-8kb. Apigateway could still accept this message since it has a max size at 32KB. So I feel that you now have to check the browser agent used, various browsers have different limits, most common is 4KB by default. You can extend this in for your browser like firefox has his changeable via the about:config property network.websocket.maxMessageSize. Or in other means you can still try to figure our some mechanism to split your messages and sent and aggregate them in chunks of 4K to be compatible with most clients. Let me know if that helps
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated 5 months ago
