Skip to content
New issue

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

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

Already on GitHub? # to your account

ServerEndHandleEvent is posted too early when async chain invoke. #122

Closed
ujjboy opened this issue May 15, 2018 · 0 comments
Closed

ServerEndHandleEvent is posted too early when async chain invoke. #122

ujjboy opened this issue May 15, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@ujjboy
Copy link
Member

ujjboy commented May 15, 2018

Describe the bug

When using async chain invoke, for example A->B->C.

Now ServerEndHandleEvent of B is post to event when B return A with empty response.

Need post it when C async return B return A.

Environment

  • SOFARPC version: 5.3.1
  • JVM version (e.g. java -version): 1.7.0_80
  • OS version (e.g. uname -a): MacOSX
  • Maven version: 3.2.5
  • IDE version: IDEA 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants