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

解决实际环境中异步调用ServiceA,而ServiceA中同步调用ServiceB的时候,会出现异步属性多传递一次的问题,即Servic… #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

youfans
Copy link

@youfans youfans commented Aug 5, 2017

…eA中原本期望同步调用ServiceB,却变成异步调用ServiceB。这里通过不侵入原来代码,通过利用Filter在invoke的时候将attachment中的async的属性清空来解决

…eA中原本期望同步调用ServiceB,却变成异步调用ServiceB。这里通过不侵入原来代码,通过利用Filter在invoke的时候将attachment中的async的属性清空来解决
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

Successfully merging this pull request may close these issues.

2 participants