There is a potential ordering issues with cell channel messages. The CellHierarchyMessages to load a cell are sent to a single client, and thus are not sent over this channel. Therefore load messages can be out-of-order with respect to the cell messages. This handler maintains queues of delayed messages for each cell, to ensure these messages are delivered in the correct order.
@author Jonathan Kaplan
|
|