Does calling RPC to myself is not going through the network?

Options
When I calling RPC to all targets, I can't feel any network delay. Does calling RPC to myself is not going through the network, and just handles locally? (Includes offline mode)

Best Answer

  • Tobias
    Tobias admin
    Answer ✓
    Options
    Calling the RPC for All will execute it locally on the client which called initially. AllViaServer can be used to get about the same delay for everyone's execution (which can be crucial for some things, ofc).
    This and related info is mentioned on the doc page about RPCs and RaiseEvent.

Answers

  • Tobias
    Tobias admin
    Answer ✓
    Options
    Calling the RPC for All will execute it locally on the client which called initially. AllViaServer can be used to get about the same delay for everyone's execution (which can be crucial for some things, ofc).
    This and related info is mentioned on the doc page about RPCs and RaiseEvent.