Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: send to not owner server warning message #3111

Merged

Conversation

NoelStephensUnity
Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity commented Oct 24, 2024

This PR fixes the issue where sending a universal RPC with a SendTo.NotOwner or SendTo.Owner attribute parameter would cause warnings to be logged about sending to the server when using a distributed authority network topology.

fix: #3086

Changelog

  • Fixed: Issue where NotOwnerRpcTarget or OwnerRpcTarget were not using their replacements NotAuthorityRpcTarget and AuthorityRpcTarget which would invoke a warning.

Testing and Documentation

  • Includes integration test updates (internal manual test).
  • Internal end-to-end test is slated to be added MPSNGM-520
  • No documentation changes or additions were necessary.

When sending to not owner, use the not authority target when using a distributed authority network topology.
When sending to owner, use the authority target when using a distributed authority network topology.
adding change log entry
@NoelStephensUnity NoelStephensUnity changed the title Fix/send to not owner server error message fix: send to not owner server error message Oct 24, 2024
@NoelStephensUnity NoelStephensUnity changed the title fix: send to not owner server error message fix: send to not owner server warning message Oct 24, 2024
This resolves the remaining issues with universal rpcs when using a distributed authority network topology.
@NoelStephensUnity NoelStephensUnity marked this pull request as ready for review October 30, 2024 01:04
@NoelStephensUnity NoelStephensUnity requested a review from a team as a code owner October 30, 2024 01:04
@NoelStephensUnity NoelStephensUnity merged commit d709df4 into develop-2.0.0 Nov 4, 2024
24 checks passed
@NoelStephensUnity NoelStephensUnity deleted the fix/send-to-not-owner-server-error-message branch November 4, 2024 19:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant