mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
implement new router system in server
This commit is contained in:
parent
3fa10911c9
commit
39d88f3e3d
4 changed files with 53 additions and 32 deletions
|
|
@ -67,7 +67,7 @@ class TCPClient:
|
|||
return True
|
||||
except AttributeError:
|
||||
logging.error("cannot disconnect - no connection established")
|
||||
return False
|
||||
return False
|
||||
|
||||
def transmit(self, data):
|
||||
"""!Send a data packet to the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue