Skip to content

fix: Add more detailed logging around RPC messages#3994

Open
EmandM wants to merge 7 commits into
develop-2.0.0from
fix/rpc-message-logging
Open

fix: Add more detailed logging around RPC messages#3994
EmandM wants to merge 7 commits into
develop-2.0.0from
fix/rpc-message-logging

Conversation

@EmandM
Copy link
Copy Markdown
Member

@EmandM EmandM commented May 21, 2026

Purpose of this PR

Add more detailed logging around RPC messages

Jira ticket

fixes: #3989

Changelog

  • Added: RPC messages now log any time they are not processed.

Documentation

  • No documentation changes or additions were necessary.

Testing & QA (How your changes can be verified during release Playtest)

Functional Testing

Manual testing :

  • Manual testing done

Automated tests:

  • Covered by existing automated tests
  • Covered by new automated tests

Does the change require QA team to:

  • Review automated tests?
  • Execute manual tests?
  • Provide feedback about the PR?

If any boxes above are checked the QA team will be automatically added as a PR reviewer.

Backports

n/a

@EmandM EmandM requested a review from a team as a code owner May 21, 2026 18:20

var networkBehaviour = networkObject.GetNetworkBehaviourAtOrderIndex(metadata.NetworkBehaviourId);
try
if (networkBehaviour == null)
Copy link
Copy Markdown
Member

@NoelStephensUnity NoelStephensUnity May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this adjustment... moving these checks here earlier makes more sense.
:godmode:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Silent RPC failure?

2 participants