hass-core/homeassistant/components/websocket_api
J. Nick Koston f0f817c361
Serialize websocket event message once ()
Since most of the json serialize work for the websocket was done
multiple times for the same message, we can avoid the overhead
of serializing the same message many times (once per websocket
client) with a cache.
2020-09-22 08:47:04 -05:00
..
__init__.py Upgrade pylint to 2.6.0 () 2020-08-29 07:59:24 +02:00
auth.py Exception chaining and wrapping improvements () 2020-08-28 13:50:32 +02:00
commands.py Serialize websocket event message once () 2020-09-22 08:47:04 -05:00
connection.py
const.py Websocket media browsing for Plex () 2020-08-24 12:41:01 +02:00
decorators.py Make the frontend available sooner (Part 1 of 2) () 2020-06-02 13:54:11 -05:00
error.py
http.py Serialize websocket event message once () 2020-09-22 08:47:04 -05:00
manifest.json
messages.py Serialize websocket event message once () 2020-09-22 08:47:04 -05:00
permissions.py
sensor.py Do async_setup_platform in background () 2020-05-31 22:18:30 -07:00
services.yaml