Skip to content
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

Address inefficiencies in guestAgent #7763

Closed
Nino-K opened this issue Nov 13, 2024 · 0 comments · Fixed by #7764
Closed

Address inefficiencies in guestAgent #7763

Nino-K opened this issue Nov 13, 2024 · 0 comments · Fixed by #7764
Assignees
Milestone

Comments

@Nino-K
Copy link
Member

Nino-K commented Nov 13, 2024

The API Tracker in guestAgent was calling certain functions without checking if portMapping had any entries. While this didn’t break the logic, it resulted in unnecessary function calls with empty portMapping, making the code less efficient and cluttering the logs with irrelevant information.

@Nino-K Nino-K added this to the 1.17 milestone Nov 13, 2024
@Nino-K Nino-K self-assigned this Nov 13, 2024
@Nino-K Nino-K changed the title Address some of the inefficiencies in guestAgent Address inefficiencies in guestAgent Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant