cloudfoundry-community / java-nats

NATS Client for Java
Apache License 2.0
51 stars 33 forks source link

Fix request race condition #13

Closed mheath closed 12 years ago

mheath commented 12 years ago

When issuing a request, it's possible that the request will get sent and a reply will get received before a message handler can be added to the request subscription.

We need to add support for adding message handlers as an argument to the request.