BeardedManStudios / ForgeNetworkingRemastered

See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy
https://twitter.com/FarrisFaulds
Apache License 2.0
1.49k stars 309 forks source link

Pending RPC call does not respect all the given parameters #290

Closed jussilehtinen closed 5 years ago

jussilehtinen commented 5 years ago

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

phalasz commented 5 years ago

Could you submit this as PR please?