Update socket test to use closeWait
This commit is contained in:
parent
bb9896d693
commit
0ba96afb13
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue