We had an issue where the price going to one instrument was also being updated on a different RIC1 and RIC2. On the adh side, I did a dump on the ADH for the incoming messages from the route connection from the source application. After using the dbgLonMon and decoding the data from Hex to dec and dump the service to file to get the streamId, I found that the same price was being updated on 2 different streamId. A consumer was also connected directly to the Source application, and did not see the same price being sent to 2 RIC1 and RIC2. So this looks like when it hits the ADH, the price is being send to 2 different streamId on the ADH. Is this suppose to be the normal behaviour? If not is this a RTDS issue that I need to fix or the source application will the source application (using RFA 8.x) need to address this behaviour. Also when I do a re-subscription on RIC1 that was effected, it will consume the correct price, but if RIC2 is updated, RIC1 will get the RIC2's price.