added status output during connect

This commit is contained in:
Robinson 2022-04-04 23:22:18 +02:00
parent e61f3e4711
commit 655cd02a30
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -169,6 +169,7 @@ class ConnectionFilterTest : BaseTest() {
server.onConnect {
serverConnectSuccess.value = true
println("Closing server connection")
close()
}
}