Added comments

This commit is contained in:
Robinson 2022-04-04 23:21:44 +02:00
parent 217d1c3b19
commit 1747701037
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -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) {