Search Unity

Execution Order of Events of received/send messages

Discussion in 'Multiplayer' started by rob_vld, Oct 16, 2018.

  1. rob_vld

    rob_vld

    Joined:
    Jul 9, 2013
    Posts:
    191
    Are messages batched, to be send/ dealt with callbacks, at the beginning/end of each frame or immediately upon send/arrival between monobehaviours cycle?

    ( Specifically with NetworkClient / NetworkServer RegisterHandler callbacks)