Browse Source
Fix a potential race condition with GenericMessagingTemplate's inner TemporaryReplyChannel class. Prior to this commit the `hasReceived` member variable was read after calling `replyLatch.countDown()`. Issue: SPR-11206pull/427/merge
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue