I have some chain code (using EMA JAVA API with jdk8). After parsing the chain code, there are 30,000 RICS in total. Then I need to subscribe to these 30,000 rics. Since each request can only subscribe to 5,000 rics, I need to do circular subscriptions for these 30,000 rics. For every 5,000 ric processes, my approach is: first register with batch, then get data, and finally call uninitalize () method. In addition, after subscribing, receive data is set for 6 minutes, but in the process of processing, occasionally the following errors will be reported, and some data can not be received. Request help.. Can somebody help?