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: provide users ability to get client endpoint backport #3131

Conversation

NoelStephensUnity
Copy link
Collaborator

Backport of #3130
This PR adds a UnityTransport.GetEndpoint method to provide users the ability to obtain endpoint connection information about a specific client identifier.

Changelog

  • Added UnityTransport.GetEndpoint method to provide a way to obtain NetworkEndpoint information of a connection via client identifier.

Testing and Documentation

  • Includes integration test TransportEndpointTests.GetEndpointReportedCorrectly.
  • No documentation changes or additions were necessary.

Adding method so users can obtain endpoint information about a client's connection.
Validation test for the GetEndpoint method to assure it returns valid  endpoint information.
Fixing missed issue with NetworkManagerTests
@NoelStephensUnity NoelStephensUnity requested review from a team as code owners November 19, 2024 19:23
adding changelog entry.
removing white spaces
@NoelStephensUnity NoelStephensUnity enabled auto-merge (squash) November 19, 2024 19:39
@NoelStephensUnity NoelStephensUnity merged commit dcaeef9 into develop Nov 19, 2024
24 checks passed
@NoelStephensUnity NoelStephensUnity deleted the fix/provide-users-ability-to-get-client-endpoint-backport branch November 19, 2024 21:43
# 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.

3 participants