Pawel Pieczul
Results
2
comments of
Pawel Pieczul
Would that be some hint: https://github.com/eclipse/smarthome/pull/6636 I had the same issue in my binding with threads not finishing upon ending the thread method and had to add a new thread...
BTW the authorization using stored token has a wrong description in the API spec - the string to hash is not "user:token", but "token". Maybe this is a bug in...