Mic92 / python-mpd2

Python library which provides a client interface for the Music Player Daemon.
GNU Lesser General Public License v3.0
352 stars 119 forks source link

async: Make idle iterator raise when the connection is closed #156

Closed chrysn closed 3 years ago

chrysn commented 3 years ago

The added checks around being idle are bycatch from testing this.

Closes: https://github.com/Mic92/python-mpd2/issues/155