Skip to content

Commit

Permalink
No issue: Try fixing test by releasing latch only after materializing…
Browse files Browse the repository at this point in the history
… result
  • Loading branch information
reckart committed Jan 22, 2024
1 parent d5e0c52 commit 4eb2b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ public Type getPayloadType(StompHeaders aHeaders)
public void handleFrame(StompHeaders aHeaders, Object aPayload)
{
LOG.info("GOT MESSAGE: {}", aPayload);
responseRecievedLatch.countDown();
messageRecieved.set(true);
responseRecievedLatch.countDown();
}
});
}
Expand Down

0 comments on commit 4eb2b99

Please sign in to comment.