python asyncio oneway method
echo-lg opened this issue · 0 comments
echo-lg commented
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