Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -33,9 +33,9 @@ class WorkloadGeneratorStateCleaner(ip: String) {
try {
val clients = zookeeperClient.getChildren(path, true)
/*if (clients.isEmpty()){
if (clients.isEmpty()){
break;
}*/
}
} catch (ex: Exception) {
when (ex) {
is KeeperException -> { deleted = true }
Loading