ObserversRpc with [IncludeOwner = false] #245
Closed
Xelopie
started this conversation in
Feature Request
Replies: 2 comments 1 reply
-
There were reasons it was done this way in the past but they are no longer required. I'll get this improvement added in. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in 3.3.0 but renamed to match other API. See https://fish-networking.gitbook.io/docs/manual/general/changelog/break-solutions#3.3.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have just noticed that ObserversRpc with [IncludeOwner = false] doesn't mean that the call message will not be sent to the owner. Instead, the RPC call is sent to the owner but the owner will simply ignore it.
So my point is, why don't just skip the sending to the owner on server side when using ObserversRpc with IncludeOwner = false? This can help saving some bandwidth especially when using client authoritative movement.
Ofc I can do it like
But this means more overhead than handling this internally, right?
Beta Was this translation helpful? Give feedback.
All reactions