ol-iver / denonavr

Automation Library for Denon AVR receivers.
MIT License
174 stars 67 forks source link

Monitoring with telnet not working #311

Closed menialfob closed 5 hours ago

menialfob commented 7 hours ago

I can’t get the telnet monitoring to work, as in setting up the callback throws no errors, but no events are not being logged to console.

I suspect that the single telnet connection already is being used, will that scenario be caught in case the connection is already in use?

menialfob commented 5 hours ago

I managed to get it working using the -m asyncio command. Sorry.