java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

使用sdk调用智能合约接口时,会一直推送log日志事件

Open mianyuang opened this issue 3 years ago • 1 comments

截屏2022-07-12 11 17 51 调用多次,它log推送就会更多次,一直在调,怎么解决?

mianyuang avatar Jul 12 '22 03:07 mianyuang

Field field = Contract.class.getDeclaredField("eventSubscribe"); field.setAccessible(true); EventSubscribe eventSubscribe = (EventSubscribe) field.get(); //此处替换成对应的合约对象 eventSubscribe.stop();

599019643 avatar Mar 31 '23 09:03 599019643