home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.54k stars 381 forks source link

Simplify socket timeout #967

Closed emontnemery closed 1 month ago

emontnemery commented 1 month ago

Simplify socket read timeout:

This is a fixed version of https://github.com/home-assistant-libs/pychromecast/pull/877, that PR removed the timeout completely which prevented calling the HeartbeatController often enough.