wait for close is not explicitly necessary

This commit is contained in:
Robinson 2023-10-24 13:46:46 +02:00
parent 60a26202b4
commit 8c2b6b39cd
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 2 deletions

View File

@ -383,8 +383,6 @@ class DisconnectReconnectTest : BaseTest() {
client.connect(LOCALHOST, 2000)
server.close()
client.waitForClose()
server.waitForClose()
waitForThreads()
}