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

python asyncio oneway method #505

Open
echo-lg opened this issue Jun 22, 2022 · 0 comments
Open

python asyncio oneway method #505

echo-lg opened this issue Jun 22, 2022 · 0 comments

Comments

@echo-lg
Copy link

echo-lg commented Jun 22, 2022

When I use the interface of type oneway asynchronously, when async_common.ThriftHeaderClientProtocolBase._handle_message_received processes the response, it will look for the corresponding callback interface, while the interface of type oneway does not generate a callback interface similar to recv_xxx, resulting in throwing Out of method xxx not support, probably because the oneway type interface is not considered when processing asynchronous responses

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