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

Update IOSDeviceManager.ts #1392

Closed
wants to merge 7 commits into from
Closed

Commits on Sep 23, 2024

  1. Update IOSDeviceManager.ts

    Improvements Made:
    Port Usage Control: Functions getFreePortWithCheck and getUnusedPort were added to more accurately check whether ports are available. This is an important step to prevent port conflicts.
    Safe Port Selection: By using getUnusedPort, safe port selection is ensured for wdaLocalPort and mjpegServerPort.
    Error Handling and Logging: Parts related to checking port availability and logging errors have been improved.
    With this code, the risk of port conflicts has been reduced, and port management is now handled in a more reliable way.
    
    #1340
    erdncyz authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ab2c41d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update IOSDeviceManager.ts

    review comment edit
    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cbe770f View commit details
    Browse the repository at this point in the history
  2. Update helpers.ts

    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2a88168 View commit details
    Browse the repository at this point in the history
  3. Update helpers.ts

    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f5c9547 View commit details
    Browse the repository at this point in the history
  4. Update IOSDeviceManager.ts

    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3122117 View commit details
    Browse the repository at this point in the history
  5. Update IOSDeviceManager.ts

    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    abc76cc View commit details
    Browse the repository at this point in the history
  6. Update helpers.ts

    erdncyz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    60f481e View commit details
    Browse the repository at this point in the history