124.0.0 (2022-08-01)
Bug Fixes
- adding error when target rpc is called with null (73bbcc2)
- adding more validate for invoking ServerRpc in host mode (26b3318)
- fixing target rpc being called in host modified (fa052d6), closes #1095
- fixing use of incorrect exception in rpc validate (948c3a4)
- making rpc validate methods public (3b7a5ae)
Code Refactoring
- moving the invoke check to ClientRpcSender (3465258)
BREAKING CHANGES
- ServerRpc are now only invoked locally if in host mode
- ServerRpc now throws InvalidOperationException if authority is required
- ClientRpc are now only invoked locally if in host mode