diff --git a/test/dorkboxTest/network/PingTest.kt b/test/dorkboxTest/network/PingTest.kt index 10288ac1..e10760f6 100644 --- a/test/dorkboxTest/network/PingTest.kt +++ b/test/dorkboxTest/network/PingTest.kt @@ -34,6 +34,7 @@ class PingTest : BaseTest() { client.onConnect { repeat(100) { ping { + // a ping object is returned, once the round-trip is complete println(it) if (it == 99) {