mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
fix test_serverStopsWhileConnected
This commit is contained in:
parent
13fc8460b2
commit
0445dc38cc
2 changed files with 8 additions and 3 deletions
|
|
@ -122,5 +122,7 @@ class TCPClient:
|
|||
self._sock.sendall(bytes(header + aliveMsg, "utf-8"))
|
||||
return True
|
||||
except (AttributeError, BrokenPipeError):
|
||||
logging.exception("Unknown error: ")
|
||||
except ConnectionResetError:
|
||||
pass
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue