SMerrony / aghast

AGHAST is A Go Home Automation SysTem closely coupled with MQTT.
MIT License
6 stars 0 forks source link

Goroutine leak - possibly on Automation Condition timeout #14

Closed SMerrony closed 3 years ago

SMerrony commented 3 years ago

Goroutine count is increasing by several each time there is a query timeout/condition not met in Automations.

SMerrony commented 3 years ago

It turned out that using mqtt.TempConnection caused the leak.