Oneway might be a workaround, for example: Endpoint A --------ServiceB::sendOnewayRequest( ... )-----> Endpoint B Endpoint A <------ServiceA::recvOnewayResponse( ... )----- Endpoint B
On Mon, Jun 13, 2011 at 4:07 PM, 陈竞 <[email protected]> wrote: > I want to use asynchronous call . But it seems that thrift do not support > asynchronous call. > I need help. thanks > > -- > > celix >
