hass-core/homeassistant/components/websocket_api
J. Nick Koston 4a3b40a3ef
Ensure websocket event serializer cache is effective if subscription iden differs (#42226)
Since someone websocket subscriptions will use an iden of 2 for
state_changed event (most comment), and some will use another
number for all events, the cache would not be used because the
iden number was different.  We now cache only the event and
use a fast replace to insert the iden number into the serailized
response.
2020-10-23 01:28:22 +02:00
..
__init__.py Upgrade pylint to 2.6.0 (#39363) 2020-08-29 07:59:24 +02:00
auth.py Exception chaining and wrapping improvements (#39320) 2020-08-28 13:50:32 +02:00
commands.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
connection.py
const.py Ensure all jinja2 errors are trapped and displayed in the developer tools (#40624) 2020-09-26 17:03:32 -05:00
decorators.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
error.py
http.py Log the remote ip address for incoming websocket connections when debug is on (#40581) 2020-09-26 09:32:50 +02:00
manifest.json
messages.py Ensure websocket event serializer cache is effective if subscription iden differs (#42226) 2020-10-23 01:28:22 +02:00
permissions.py
sensor.py
services.yaml