mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
Merge branch 'develop' into server_queue
This commit is contained in:
commit
c2b3093bb5
8 changed files with 21 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue