Update socket test to use closeWait

This commit is contained in:
coffeepots 2018-09-13 18:06:46 +01:00
parent bb9896d693
commit 0ba96afb13
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ suite "Server/Client RPC":
check r.result.getStr == "Hello abc data: [1, 2, 3, 4]"
srv.stop()
srv.close()
waitFor srv.closeWait()