Merge branch 'develop' into server_queue

This commit is contained in:
Bastian Schroll 2018-09-21 12:53:06 +02:00 committed by GitHub
commit c2b3093bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 14 deletions

View file

@ -140,9 +140,10 @@ class TCPServer:
@staticmethod
def getClientsConnected():
"""!List of currently connected Clients
"""!A list of all connected clients
with their IP address and last seen timestamp
_clients[ThreadName] = {"address", "timestamp"}
@return List of connected clients"""
@return List of onnected clients"""
# todo return full list or write a print/debug method?
return _clients