We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff2e9d commit bfe9209Copy full SHA for bfe9209
1 file changed
core/src/main/java/io/temporal/samples/packetdelivery/Starter.java
@@ -37,7 +37,6 @@ public static void main(String[] args) {
37
// more
38
while (true) {
39
sleep(3);
40
- // for "fun", reverse the list we get from delivery confirmation list
41
List<Packet> packets = workflow.deliveryConfirmationPackets();
42
if (packets.isEmpty()) {
43
break;
0 commit comments