You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When I use the interface of type
oneway
asynchronously, whenasync_common.ThriftHeaderClientProtocolBase._handle_message_received
processes the response, it will look for the corresponding callback interface, while the interface of typeoneway
does not generate a callback interface similar torecv_xxx
, resulting in throwing Out ofmethod xxx not support
, probably because theoneway
type interface is not considered when processing asynchronous responsesThe text was updated successfully, but these errors were encountered: