domschl / python-fhem

Python FHEM (home automation server) API
MIT License
15 stars 6 forks source link

Timing issues in non-blocking socket read create useless error message #18

Closed domschl closed 4 years ago

domschl commented 5 years ago

If server answers too slowly:

Exception in non-blocking. Error: [Errno 11] Resource temporarily unavailable

See: Fhem forum report

This condition is not an error, hence no message should be displayed.

domschl commented 4 years ago

fixed in release 0.6.3, available on pypi.