scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
19 stars 17 forks source link

echonetMessage: Make sure waiting[host] is decremented in all situations #71

Closed xen2 closed 6 months ago

xen2 commented 6 months ago

PR to make sure waiting[host] is decremented in all situations (including any inner exception). If for any reason code is interrupted and waiting[host] is not decremented, this result in 100% fail after 20sec timeout for any future calls..

nao-pon commented 6 months ago

@xen2 That's right! Thanks! 👍