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.
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.