Skip to content

Commit

Permalink
Adding wait.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 5, 2024
1 parent 58d2bfe commit f1748ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ class InputService(
}
}
// todo hurneyt delete?
// while (responseMap.size < input.clusters.size) {
// }
while (responseMap.size < input.clusters.size) {
}
results += responseMap
} else {
val response = executeTransportAction(input, client)
Expand Down

0 comments on commit f1748ad

Please sign in to comment.