RPC and unreliable packages - Order

Options
Hi,

a simple question: if I send data collected by a TransformView during frame X and during frame X+1 I send an RPC, there are possibilities that the RPC arrives BEFORE the unreliable packages?

Thanks a lot,

Devis

Comments

  • vadim
    Options
    Hi,

    Yes it's possible. Reliable and unreliable commands processed independently (in separate queues).
    Note that in average reliable commands tend to take more time to deliver because of possible retries. From the other hand, unreliable may be simply lost.