We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6d515 commit 90c1740Copy full SHA for 90c1740
model-client/src/commonMain/kotlin/org/modelix/model/client2/ModelClientV2.kt
@@ -168,6 +168,7 @@ class ModelClientV2(
168
169
override suspend fun poll(branch: BranchReference, lastKnownVersion: IVersion?): IVersion {
170
require(lastKnownVersion is CLVersion?)
171
+ LOG.debug { "${clientId.toString(16)}.poll($branch, $lastKnownVersion)" }
172
val response = httpClient.get {
173
url {
174
takeFrom(baseUrl)
0 commit comments