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 #291

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.

https://github.com/BeardedManStudios/ForgeNetworkingRemastered/issues/290

BrentFarris commented 5 years ago

I have merged a big cleanup branch and so you will probably need to merge current develop into your fork and resolve conflicts, sorry about this. The main breaking change in develop is the folder paths have updated their names to not have spaces. Please see this commit for more info on the changes

jussilehtinen commented 5 years ago

Will create a new PR for this.