mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
little changes in server
This commit is contained in:
parent
b87d98fc7d
commit
e97b97640b
2 changed files with 3 additions and 3 deletions
|
|
@ -147,7 +147,7 @@ class Test_ServerClient:
|
|||
self.testClient2 = TCPClient()
|
||||
assert self.testClient2.connect()
|
||||
# send all
|
||||
useServer.flushData()
|
||||
useServer.flushQueue()
|
||||
assert self.testClient1.transmit("test1")
|
||||
time.sleep(0.1) # wait for recv to prevent fail of false order
|
||||
assert self.testClient2.transmit("test2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue