From 0cf510fd7cbc181c2bd9eaa32406f7d818708296 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 1 Sep 2020 14:38:06 +0200 Subject: [PATCH] Fixed comments --- src/dorkbox/network/Client.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/network/Client.kt b/src/dorkbox/network/Client.kt index 00e5cbe1..7fcd2811 100644 --- a/src/dorkbox/network/Client.kt +++ b/src/dorkbox/network/Client.kt @@ -304,7 +304,7 @@ open class Client(config: Configuration = Configuration return@launch } else { - // Otherwise, poll the connection for messages + // Polls the AERON media driver subscription channel for incoming messages val pollCount = newConnection.pollSubscriptions() // 0 means we idle. >0 means reset and don't idle (because there are likely more poll events)