BeardedManStudios/ForgeNetworkingRemastered

Pending RPC call does not respect all the given parameters

jussilehtinen opened this issue · 1 comments

Seems that when calling buffered RPC in server during startup, it resolves to Pending RPC call.
However it seems that when the call is finally delivered, all given parameters are not respected.

Attached a patch that fixes this issue, you might want to consider checking it out.

network_local_pending_rpc_fix.txt

Could you submit this as PR please?