Hello, everyone, my application receives UpdateMsg from 1#AWRE*.U with follow message:
It indicates with following chain record 2#AWRE*.U. But when I register 2#AWRE*.U again, I received the following RefreshMsg:
The problem is the message has no field list payload which cause my application to crash when calling refreshMsg.getPayload().getFieldList(). My question why the refresh msg is sent without any field list. Since it's chained with previous record 1#AWRE*.U, at least fid 814 LONGPREVLR and fid 815 LONGNEXTLR which indicates the next chain record should be sent. But the message has no any field, why is that ?