Does RC ensure message order?

RongCloud guarantees that the order of messages arriving at the server matches the order delivered to the client.

For example, in an edge case where messages A and B are sent—with A sent first but arriving at the server after B—the server will deliver B first, followed by A.