Fabric ChainCode Question about SetEvent combined with InvokeChaincode


qingruishen(申清瑞) <qingruishen@...>
 

Hello developers of Hyperledger fabric:

I invoke one chaincode with the method which contains a InvokeChaincode calling, and the cross chaincode calling content contains a SetEvent calling. When I subscribe both chaincode on determined ‘Topic’, I receive no Event.

Here I want to confirm the situation, is this my problem or fabric just not support this kind of invoke yet?

ChainCode background would be like:

Call: ChainCodeA MethodA,

MethodA invoke another ChainCodeB MethodB

in MethodB there is an SetEvent

 

I’ve also attached chaincode source.

 

Wait for your response, Thank you very much.