Skip to content

Increase websocket max message size to 16MB#434

Open
csutcliff wants to merge 1 commit intohome-assistant-ecosystem:devfrom
csutcliff:websocket-size
Open

Increase websocket max message size to 16MB#434
csutcliff wants to merge 1 commit intohome-assistant-ecosystem:devfrom
csutcliff:websocket-size

Conversation

@csutcliff
Copy link

Set the max_msg_size parameter in aiohttp's ws_connect to 16MB (up from 4MB default) to support handling large websocket responses from the Home Assistant server. In my case this fixes hass-cli entity list which was giving an error due to homeassistant returning a 4.9MB response. fixes #429

Set the max_msg_size parameter in aiohttp's ws_connect to 16MB to support handling large websocket responses from the Home Assistant server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'entity list' command bombs out with NoneType TypeError

1 participant