Skip to content

fix: arrow despawned rpc [MTT-3134] #593

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

fernando-cortez
Copy link
Collaborator

Description

Without repro steps for the attached ticket, this PR should address the issue for RPCs sent from an arrow on the host. Basically, OnNetworkDespawn() never cleared a flag that prevented any FixedUpdate() logic, thus potentially sending an RPC on a despawned object. This has now been taken care of and will be extensively tested in next test session.

Issue Number(s)

[MTT](https://jira.unity3d.com/browse/MTT-3134)

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink

@fernando-cortez fernando-cortez added 2-Easy This PR is trivial and can be reviewed quickly 1-Needs Review PR needs attention from the assignee and reviewers labels Apr 6, 2022
@LPLafontaineB LPLafontaineB added 2-One More Review One review in, one to go and removed 1-Needs Review PR needs attention from the assignee and reviewers labels Apr 6, 2022
@fernando-cortez fernando-cortez merged commit 975e001 into develop Apr 6, 2022
@fernando-cortez fernando-cortez deleted the fix/arrow-despawned-rpc branch April 6, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Easy This PR is trivial and can be reviewed quickly 2-One More Review One review in, one to go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants