SukkoPera/Arduino-Sensoria

logger crash

Opened this issue · 1 comments

Traceback (most recent call last):
File "./logger.py", line 69, in
for sname, server in sensoria.servers.iteritems ():
RuntimeError: dictionary changed size during iteration

Concurrent access to Client._servers must be avoided, check _discover() and the servers property.