home-assistant-libs / pychromecast

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

Remove support for custom loop #837

Closed emontnemery closed 4 months ago

emontnemery commented 4 months ago

Breaking change

It's no longer supported to use pychromecast with event custom loops.

Change proposal and motivation

Remove support for custom loop. The code was not tested or maintained, and at conflict with the recently added error handling where commands wait for messages to be sent and a response to be received from the remote device.