Merge branch 'fixes' into develop

This commit is contained in:
Bastian Schroll 2018-09-25 19:10:32 +02:00
commit e8c43fc124

View file

@ -146,4 +146,4 @@ class TCPServer:
@return List of onnected clients"""
# todo return full list or write a print/debug method?
with self._clientsConnectedLock: # because our list is not threadsafe
return self.clientsConnected
return self._clientsConnected