Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two different concurrent requests return same result (first received) #25

Closed
bullmastiffo opened this issue Mar 14, 2017 · 0 comments
Closed

Comments

@bullmastiffo
Copy link
Contributor

Scenario:

  1. Service receives request. Correlation Id is saved in CallContext.
  2. While processing the request two different concurrent requests are made to another service.
  3. Each request uses same correlation Id from CallContext.
  4. Calling code returns first reply message for both calls. But it should receive two different replies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant